Shades of Conifer #BBE04F
Tints of Conifer #BBE04F
RGB
CMYK
RGB Variations
Color information
#BBE04F (or 0xBBE04F) is known color: Conifer. HEX triplet: BB, E0 and 4F. RGB value is (187,224,79). Sum of RGB (Red+Green+Blue) = 187+224+79=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE04F is #441FB0. Grayscale: #C4C4C4. Windows color (decimal): -4464561 or 5234875. OLE color: 5234875.
HSL color Cylindrical-coordinate representation of color #BBE04F: hue angle of 75.31º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBE04F is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 79 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.12 |
| HSL | 75.31º | 0.7% | 0.59% | - |
| HSV(B) | 75.31º | 0.65% | 0.88% | - |
| XYZ | 48.56 | 64.44 | 17.28 | - |
| YUV | 196.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 79 | 0.17 | 0 | 0.65 | 0.12 | 75.31 | 0.7 | 0.59 |
| Hex | BB | E0 | 4F | 11 | 0 | 41 | C | 4B | 46 | 3B |
| Octal | 273 | 340 | 117 | 21 | 0 | 101 | 14 | 113 | 106 | 73 |
| Binary | 10111011 | 11100000 | 1001111 | 10001 | 0 | 1000001 | 1100 | 1001011 | 1000110 | 111011 |
Color Harmonies of #BBE04F
Complementary color
Monochromatic Colors of #BBE04F
Black with #BBE04F
Text Example
Text Example
White with #BBE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE04F; }
p { color: rgb(187,224,79); }
H1.HeaderClassName
{
color: #BBE04F;
}
.AnyTagClassName
{
color: #BBE04F;
}
</style>
background-color css
<style>
a { background-color: #BBE04F; }
a { background-color: rgb(187,224,79); }
div.DivClassName
{
background-color: #BBE04F;
}
.BgClassName
{
background-color: #BBE04F;
}
</style>
border-color css
<style>
span { border-color: #BBE04F; }
span { border-color: rgb(187,224,79); }
td.TdClassName
{
border-color: #BBE04F;
}
.TagClassName
{
border-color: #BBE04F;
}
</style>