COLOR #B6CF90

HEX: #B6CF90
RGB: (182,207,144)

Color info

#B6CF90 contains mainly red and green colors. Web safe color of #B6CF90 is #CCCC99 (or #CC9).

RGB color model

#B6CF90 color RGB value is (182,207,144).

  • red value is 182;
  • green value is 207;
  • blue value is 144.
RGB:
(182,207,144)
(71%,81%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 144 of 255 = 56%

182
207
144

R + G + B ~ 69%. #B6CF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 144 = 533 (100%)
R 182 of 533 ~ 34.15%
G 207 of 533 ~ 38.84%
B 144 of 533 ~ 27.02%

%34.15
%38.84
%27.02

CMYK color model

#B6CF90 color CMYK value is (12,0,30,19).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 18.82%
CMYK:
(12,0,30,19)
C12M0Y30K19 
(12%,0%,30%,19%)
(0.12/0.00/0.30/0.19)	

CMYK percentages

%12.08
%0
%30.43
%18.82

Codes

Color #B6CF90 in popluar color models

B6CF90
RGB182207144
HSL84°39.62%68.82%
HSB/HSV84°30.43%81.18%
CMYK12.08%0.00%30.43%
18.82%

Color #B6CF90 in popluar number systems.

HEXB6CF90
Decimal182207144
Binary101101101100111110010000
Octal266317220

Shades and tints

Shades of #B6CF90

#B6CF90
(182,207,144)
#A6BD83
(166,189,131)
#96AB76
(150,171,118)
#869969
(134,153,105)
#76875C
(118,135,92)
#66754F
(102,117,79)
#566342
(86,99,66)
#465135
(70,81,53)
#363F28
(54,63,40)
#262D1B
(38,45,27)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #B6CF90

#B6CF90
(182,207,144)
#BCD39A
(188,211,154)
#C2D7A4
(194,215,164)
#C8DBAE
(200,219,174)
#CEDFB8
(206,223,184)
#D4E3C2
(212,227,194)
#DAE7CC
(218,231,204)
#E0EBD6
(224,235,214)
#E6EFE0
(230,239,224)
#ECF3EA
(236,243,234)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CF90 color. Also use rgb(182,207,144) instead hex code.

Text Font Color

.myTextColor { color: #B6CF90; }

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

This text font color is #B6CF90.


Background Color

.myBgColor { background-color: #B6CF90; }

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

This div background color is #B6CF90.


Border color

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

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

This div border color is #B6CF90.


Opacity

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

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

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

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

This text has shadow with #B6CF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CF90 on black background.


Color preview on white background

This text has color #B6CF90 on white background.



Black color preview on #B6CF90 background

This text has black color on #B6CF90 background.


White color preview on #B6CF90 background

This text has white color on #B6CF90 background.