COLOR #B5CA68

HEX: #B5CA68
RGB: (181,202,104)

Color info

#B5CA68 contains mainly red and green colors. Web safe color of #B5CA68 is #CCCC66 (or #CC6).

RGB color model

#B5CA68 color RGB value is (181,202,104).

  • red value is 181;
  • green value is 202;
  • blue value is 104.
RGB:
(181,202,104)
(71%,79%,41%)

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 104 of 255 = 41%

181
202
104

R + G + B ~ 64%. #B5CA68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 104 = 487 (100%)
R 181 of 487 ~ 37.17%
G 202 of 487 ~ 41.48%
B 104 of 487 ~ 21.36%

%37.17
%41.48
%21.36

CMYK color model

#B5CA68 color CMYK value is (10,0,49,21).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 48.51%
  • key color value is 20.78%
CMYK:
(10,0,49,21)
C10M0Y49K21 
(10%,0%,49%,21%)
(0.10/0.00/0.49/0.21)	

CMYK percentages

%10.4
%0
%48.51
%20.78

Codes

Color #B5CA68 in popluar color models

B5CA68
RGB181202104
HSL73°48.04%60.00%
HSB/HSV73°48.51%79.22%
CMYK10.40%0.00%48.51%
20.78%

Color #B5CA68 in popluar number systems.

HEXB5CA68
Decimal181202104
Binary10110101110010101101000
Octal265312150

Shades and tints

Shades of #B5CA68

#B5CA68
(181,202,104)
#A5B85F
(165,184,95)
#95A656
(149,166,86)
#85944D
(133,148,77)
#758244
(117,130,68)
#65703B
(101,112,59)
#555E32
(85,94,50)
#454C29
(69,76,41)
#353A20
(53,58,32)
#252817
(37,40,23)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #B5CA68

#B5CA68
(181,202,104)
#BBCE75
(187,206,117)
#C1D282
(193,210,130)
#C7D68F
(199,214,143)
#CDDA9C
(205,218,156)
#D3DEA9
(211,222,169)
#D9E2B6
(217,226,182)
#DFE6C3
(223,230,195)
#E5EAD0
(229,234,208)
#EBEEDD
(235,238,221)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CA68 color. Also use rgb(181,202,104) instead hex code.

Text Font Color

.myTextColor { color: #B5CA68; }

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

This text font color is #B5CA68.


Background Color

.myBgColor { background-color: #B5CA68; }

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

This div background color is #B5CA68.


Border color

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

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

This div border color is #B5CA68.


Opacity

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

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

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

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

This text has shadow with #B5CA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CA68 on black background.


Color preview on white background

This text has color #B5CA68 on white background.



Black color preview on #B5CA68 background

This text has black color on #B5CA68 background.


White color preview on #B5CA68 background

This text has white color on #B5CA68 background.