Shades of Conifer #BBE064
Tints of Conifer #BBE064
RGB
CMYK
RGB Variations
Color information
#BBE064 (or 0xBBE064) is known color: Conifer. HEX triplet: BB, E0 and 64. RGB value is (187,224,100). Sum of RGB (Red+Green+Blue) = 187+224+100=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE064 is #441F9B. Grayscale: #C7C7C7. Windows color (decimal): -4464540 or 6611131. OLE color: 6611131.
HSL color Cylindrical-coordinate representation of color #BBE064: hue angle of 77.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBE064 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 100 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.12 |
| HSL | 77.9º | 0.67% | 0.64% | - |
| HSV(B) | 77.9º | 0.55% | 0.88% | - |
| XYZ | 49.45 | 64.8 | 21.96 | - |
| YUV | 198.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 100 | 0.17 | 0 | 0.55 | 0.12 | 77.9 | 0.67 | 0.64 |
| Hex | BB | E0 | 64 | 11 | 0 | 37 | C | 4E | 43 | 40 |
| Octal | 273 | 340 | 144 | 21 | 0 | 67 | 14 | 116 | 103 | 100 |
| Binary | 10111011 | 11100000 | 1100100 | 10001 | 0 | 110111 | 1100 | 1001110 | 1000011 | 1000000 |
Color Harmonies of #BBE064
Complementary color
Monochromatic Colors of #BBE064
Black with #BBE064
Text Example
Text Example
White with #BBE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE064; }
p { color: rgb(187,224,100); }
H1.HeaderClassName
{
color: #BBE064;
}
.AnyTagClassName
{
color: #BBE064;
}
</style>
background-color css
<style>
a { background-color: #BBE064; }
a { background-color: rgb(187,224,100); }
div.DivClassName
{
background-color: #BBE064;
}
.BgClassName
{
background-color: #BBE064;
}
</style>
border-color css
<style>
span { border-color: #BBE064; }
span { border-color: rgb(187,224,100); }
td.TdClassName
{
border-color: #BBE064;
}
.TagClassName
{
border-color: #BBE064;
}
</style>