Shades of Conifer #BBEA5E
Tints of Conifer #BBEA5E
RGB
CMYK
RGB Variations
Color information
#BBEA5E (or 0xBBEA5E) is known color: Conifer. HEX triplet: BB, EA and 5E. RGB value is (187,234,94). Sum of RGB (Red+Green+Blue) = 187+234+94=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA5E is #4415A1. Grayscale: #CCCCCC. Windows color (decimal): -4461986 or 6220475. OLE color: 6220475.
HSL color Cylindrical-coordinate representation of color #BBEA5E: hue angle of 80.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBEA5E is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 94 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.08 |
| HSL | 80.14º | 0.77% | 0.64% | - |
| HSV(B) | 80.14º | 0.6% | 0.92% | - |
| XYZ | 51.94 | 70.22 | 21.41 | - |
| YUV | 203.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 94 | 0.20 | 0 | 0.60 | 0.08 | 80.14 | 0.77 | 0.64 |
| Hex | BB | EA | 5E | 14 | 0 | 3C | 8 | 50 | 4D | 40 |
| Octal | 273 | 352 | 136 | 24 | 0 | 74 | 10 | 120 | 115 | 100 |
| Binary | 10111011 | 11101010 | 1011110 | 10100 | 0 | 111100 | 1000 | 1010000 | 1001101 | 1000000 |
Color Harmonies of #BBEA5E
Complementary color
Monochromatic Colors of #BBEA5E
Black with #BBEA5E
Text Example
Text Example
White with #BBEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA5E; }
p { color: rgb(187,234,94); }
H1.HeaderClassName
{
color: #BBEA5E;
}
.AnyTagClassName
{
color: #BBEA5E;
}
</style>
background-color css
<style>
a { background-color: #BBEA5E; }
a { background-color: rgb(187,234,94); }
div.DivClassName
{
background-color: #BBEA5E;
}
.BgClassName
{
background-color: #BBEA5E;
}
</style>
border-color css
<style>
span { border-color: #BBEA5E; }
span { border-color: rgb(187,234,94); }
td.TdClassName
{
border-color: #BBEA5E;
}
.TagClassName
{
border-color: #BBEA5E;
}
</style>