Shades of Conifer #BBE94D
Tints of Conifer #BBE94D
RGB
CMYK
RGB Variations
Color information
#BBE94D (or 0xBBE94D) is known color: Conifer. HEX triplet: BB, E9 and 4D. RGB value is (187,233,77). Sum of RGB (Red+Green+Blue) = 187+233+77=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE94D is #4416B2. Grayscale: #CACACA. Windows color (decimal): -4462259 or 5106107. OLE color: 5106107.
HSL color Cylindrical-coordinate representation of color #BBE94D: hue angle of 77.69º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBE94D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 77 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.09 |
| HSL | 77.69º | 0.78% | 0.61% | - |
| HSV(B) | 77.69º | 0.67% | 0.91% | - |
| XYZ | 50.97 | 69.38 | 17.73 | - |
| YUV | 201.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 77 | 0.20 | 0 | 0.67 | 0.09 | 77.69 | 0.78 | 0.61 |
| Hex | BB | E9 | 4D | 14 | 0 | 43 | 9 | 4E | 4E | 3D |
| Octal | 273 | 351 | 115 | 24 | 0 | 103 | 11 | 116 | 116 | 75 |
| Binary | 10111011 | 11101001 | 1001101 | 10100 | 0 | 1000011 | 1001 | 1001110 | 1001110 | 111101 |
Color Harmonies of #BBE94D
Complementary color
Monochromatic Colors of #BBE94D
Black with #BBE94D
Text Example
Text Example
White with #BBE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE94D; }
p { color: rgb(187,233,77); }
H1.HeaderClassName
{
color: #BBE94D;
}
.AnyTagClassName
{
color: #BBE94D;
}
</style>
background-color css
<style>
a { background-color: #BBE94D; }
a { background-color: rgb(187,233,77); }
div.DivClassName
{
background-color: #BBE94D;
}
.BgClassName
{
background-color: #BBE94D;
}
</style>
border-color css
<style>
span { border-color: #BBE94D; }
span { border-color: rgb(187,233,77); }
td.TdClassName
{
border-color: #BBE94D;
}
.TagClassName
{
border-color: #BBE94D;
}
</style>