Shades of Conifer #BBE95A
Tints of Conifer #BBE95A
RGB
CMYK
RGB Variations
Color information
#BBE95A (or 0xBBE95A) is known color: Conifer. HEX triplet: BB, E9 and 5A. RGB value is (187,233,90). Sum of RGB (Red+Green+Blue) = 187+233+90=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE95A is #4416A5. Grayscale: #CBCBCB. Windows color (decimal): -4462246 or 5958075. OLE color: 5958075.
HSL color Cylindrical-coordinate representation of color #BBE95A: hue angle of 79.3º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBE95A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 90 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.09 |
| HSL | 79.3º | 0.76% | 0.63% | - |
| HSV(B) | 79.3º | 0.61% | 0.91% | - |
| XYZ | 51.48 | 69.58 | 20.39 | - |
| YUV | 202.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 90 | 0.20 | 0 | 0.61 | 0.09 | 79.3 | 0.76 | 0.63 |
| Hex | BB | E9 | 5A | 14 | 0 | 3D | 9 | 4F | 4C | 3F |
| Octal | 273 | 351 | 132 | 24 | 0 | 75 | 11 | 117 | 114 | 77 |
| Binary | 10111011 | 11101001 | 1011010 | 10100 | 0 | 111101 | 1001 | 1001111 | 1001100 | 111111 |
Color Harmonies of #BBE95A
Complementary color
Monochromatic Colors of #BBE95A
Black with #BBE95A
Text Example
Text Example
White with #BBE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE95A; }
p { color: rgb(187,233,90); }
H1.HeaderClassName
{
color: #BBE95A;
}
.AnyTagClassName
{
color: #BBE95A;
}
</style>
background-color css
<style>
a { background-color: #BBE95A; }
a { background-color: rgb(187,233,90); }
div.DivClassName
{
background-color: #BBE95A;
}
.BgClassName
{
background-color: #BBE95A;
}
</style>
border-color css
<style>
span { border-color: #BBE95A; }
span { border-color: rgb(187,233,90); }
td.TdClassName
{
border-color: #BBE95A;
}
.TagClassName
{
border-color: #BBE95A;
}
</style>