Shades of Conifer #BBE84A
Tints of Conifer #BBE84A
RGB
CMYK
RGB Variations
Color information
#BBE84A (or 0xBBE84A) is known color: Conifer. HEX triplet: BB, E8 and 4A. RGB value is (187,232,74). Sum of RGB (Red+Green+Blue) = 187+232+74=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE84A is #4417B5. Grayscale: #C9C9C9. Windows color (decimal): -4462518 or 4909243. OLE color: 4909243.
HSL color Cylindrical-coordinate representation of color #BBE84A: hue angle of 77.09º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE84A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 74 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.09 |
| HSL | 77.09º | 0.77% | 0.6% | - |
| HSV(B) | 77.09º | 0.68% | 0.91% | - |
| XYZ | 50.59 | 68.77 | 17.09 | - |
| YUV | 200.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 74 | 0.19 | 0 | 0.68 | 0.09 | 77.09 | 0.77 | 0.6 |
| Hex | BB | E8 | 4A | 13 | 0 | 44 | 9 | 4D | 4D | 3C |
| Octal | 273 | 350 | 112 | 23 | 0 | 104 | 11 | 115 | 115 | 74 |
| Binary | 10111011 | 11101000 | 1001010 | 10011 | 0 | 1000100 | 1001 | 1001101 | 1001101 | 111100 |
Color Harmonies of #BBE84A
Complementary color
Monochromatic Colors of #BBE84A
Black with #BBE84A
Text Example
Text Example
White with #BBE84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE84A; }
p { color: rgb(187,232,74); }
H1.HeaderClassName
{
color: #BBE84A;
}
.AnyTagClassName
{
color: #BBE84A;
}
</style>
background-color css
<style>
a { background-color: #BBE84A; }
a { background-color: rgb(187,232,74); }
div.DivClassName
{
background-color: #BBE84A;
}
.BgClassName
{
background-color: #BBE84A;
}
</style>
border-color css
<style>
span { border-color: #BBE84A; }
span { border-color: rgb(187,232,74); }
td.TdClassName
{
border-color: #BBE84A;
}
.TagClassName
{
border-color: #BBE84A;
}
</style>