COLOR #B2CF52

HEX: #B2CF52
RGB: (178,207,82)

Color info

#B2CF52 contains mainly red and green colors. Web safe color of #B2CF52 is #99CC66 (or #9C6).

RGB color model

#B2CF52 color RGB value is (178,207,82).

  • red value is 178;
  • green value is 207;
  • blue value is 82.
RGB:
(178,207,82)
(70%,81%,32%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 82 of 255 = 32%

178
207
82

R + G + B ~ 61%. #B2CF52 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 82 = 467 (100%)
R 178 of 467 ~ 38.12%
G 207 of 467 ~ 44.33%
B 82 of 467 ~ 17.56%

%38.12
%44.33
%17.56

CMYK color model

#B2CF52 color CMYK value is (14,0,60,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 60.39%
  • key color value is 18.82%
CMYK:
(14,0,60,19)
C14M0Y60K19 
(14%,0%,60%,19%)
(0.14/0.00/0.60/0.19)	

CMYK percentages

%14.01
%0
%60.39
%18.82

Codes

Color #B2CF52 in popluar color models

B2CF52
RGB17820782
HSL74°56.56%56.67%
HSB/HSV74°60.39%81.18%
CMYK14.01%0.00%60.39%
18.82%

Color #B2CF52 in popluar number systems.

HEXB2CF52
Decimal17820782
Binary10110010110011111010010
Octal262317122

Shades and tints

Shades of #B2CF52

#B2CF52
(178,207,82)
#A2BD4B
(162,189,75)
#92AB44
(146,171,68)
#82993D
(130,153,61)
#728736
(114,135,54)
#62752F
(98,117,47)
#526328
(82,99,40)
#425121
(66,81,33)
#323F1A
(50,63,26)
#222D13
(34,45,19)
#121B0C
(18,27,12)
#000000
(0,0,0)

Tints of #B2CF52

#B2CF52
(178,207,82)
#B9D361
(185,211,97)
#C0D770
(192,215,112)
#C7DB7F
(199,219,127)
#CEDF8E
(206,223,142)
#D5E39D
(213,227,157)
#DCE7AC
(220,231,172)
#E3EBBB
(227,235,187)
#EAEFCA
(234,239,202)
#F1F3D9
(241,243,217)
#F8F7E8
(248,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CF52 color. Also use rgb(178,207,82) instead hex code.

Text Font Color

.myTextColor { color: #B2CF52; }

<p style="color:#B2CF52">This sample text font color is #B2CF52.</p>

This text font color is #B2CF52.


Background Color

.myBgColor { background-color: #B2CF52; }

<div style="background-color:#B2CF52">Inner text</div>

This div background color is #B2CF52.


Border color

.myBorderColor { border: 1px solid #B2CF52; }

<div style="border:3px solid #B2CF52">Div</div>

This div border color is #B2CF52.


Opacity

.myOpacity80 { color: #B2CF52; opacity: 0.8; }

<p style="color:#B2CF52;opacity:0.8;">80%</p>

Text with #B2CF52 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B2CF52;}

<p style="text-shadow: 3px 3px 1px #B2CF52">Text here.</p>

This text has shadow with #B2CF52 color.

.textShadow {text-shadow: 3px 3px 1px #B2CF52, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B2CF52, 5px 5px 20px red">Text here.</p>

This text has shadow with #B2CF52 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2CF52, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B2CF52, Direction=45, Strength=4)">Text</p>

This text has shadow with #B2CF52 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B2CF52;
  -webkit-box-shadow:	1px 1px 3px 2px #B2CF52;
  box-shadow:		1px 1px 3px 2px #B2CF52;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2CF52;
-webkit-box-shadow: 1px 1px 3px 2px #B2CF52;
box-shadow:1px 1px 3px 2px #B2CF52;">
Div content here</div>
This div box has shadow with color #B2CF52.

Preview

Color preview on black background

This text has color #B2CF52 on black background.


Color preview on white background

This text has color #B2CF52 on white background.



Black color preview on #B2CF52 background

This text has black color on #B2CF52 background.


White color preview on #B2CF52 background

This text has white color on #B2CF52 background.