COLOR #B2CC52

HEX: #B2CC52
RGB: (178,204,82)

Color info

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

RGB color model

#B2CC52 color RGB value is (178,204,82).

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

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 82 of 255 = 32%

178
204
82

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

Portions of RGB colors in percentages

R + G + B =
178 + 204 + 82 = 464 (100%)
R 178 of 464 ~ 38.36%
G 204 of 464 ~ 43.97%
B 82 of 464 ~ 17.67%

%38.36
%43.97
%17.67

CMYK color model

#B2CC52 color CMYK value is (13,0,60,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 59.80%
  • key color value is 20.00%
CMYK:
(13,0,60,20)
C13M0Y60K20 
(13%,0%,60%,20%)
(0.13/0.00/0.60/0.20)	

CMYK percentages

%12.75
%0
%59.8
%20

Codes

Color #B2CC52 in popluar color models

B2CC52
RGB17820482
HSL73°54.46%56.08%
HSB/HSV73°59.80%80.00%
CMYK12.75%0.00%59.80%
20.00%

Color #B2CC52 in popluar number systems.

HEXB2CC52
Decimal17820482
Binary10110010110011001010010
Octal262314122

Shades and tints

Shades of #B2CC52

#B2CC52
(178,204,82)
#A2BA4B
(162,186,75)
#92A844
(146,168,68)
#82963D
(130,150,61)
#728436
(114,132,54)
#62722F
(98,114,47)
#526028
(82,96,40)
#424E21
(66,78,33)
#323C1A
(50,60,26)
#222A13
(34,42,19)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #B2CC52

#B2CC52
(178,204,82)
#B9D061
(185,208,97)
#C0D470
(192,212,112)
#C7D87F
(199,216,127)
#CEDC8E
(206,220,142)
#D5E09D
(213,224,157)
#DCE4AC
(220,228,172)
#E3E8BB
(227,232,187)
#EAECCA
(234,236,202)
#F1F0D9
(241,240,217)
#F8F4E8
(248,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CC52; }

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

This text font color is #B2CC52.


Background Color

.myBgColor { background-color: #B2CC52; }

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

This div background color is #B2CC52.


Border color

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

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

This div border color is #B2CC52.


Opacity

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

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

Text with #B2CC52 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 #B2CC52;}

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

This text has shadow with #B2CC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CC52 on black background.


Color preview on white background

This text has color #B2CC52 on white background.



Black color preview on #B2CC52 background

This text has black color on #B2CC52 background.


White color preview on #B2CC52 background

This text has white color on #B2CC52 background.