Shades of Conifer #BBE065
Tints of Conifer #BBE065
RGB
CMYK
RGB Variations
Color information
#BBE065 (or 0xBBE065) is known color: Conifer. HEX triplet: BB, E0 and 65. RGB value is (187,224,101). Sum of RGB (Red+Green+Blue) = 187+224+101=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE065 is #441F9A. Grayscale: #C7C7C7. Windows color (decimal): -4464539 or 6676667. OLE color: 6676667.
HSL color Cylindrical-coordinate representation of color #BBE065: hue angle of 78.05º degrees, saturation: 0.66, 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 #BBE065 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 101 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.12 |
| HSL | 78.05º | 0.66% | 0.64% | - |
| HSV(B) | 78.05º | 0.55% | 0.88% | - |
| XYZ | 49.5 | 64.82 | 22.21 | - |
| YUV | 198.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 101 | 0.17 | 0 | 0.55 | 0.12 | 78.05 | 0.66 | 0.64 |
| Hex | BB | E0 | 65 | 11 | 0 | 37 | C | 4E | 42 | 40 |
| Octal | 273 | 340 | 145 | 21 | 0 | 67 | 14 | 116 | 102 | 100 |
| Binary | 10111011 | 11100000 | 1100101 | 10001 | 0 | 110111 | 1100 | 1001110 | 1000010 | 1000000 |
Color Harmonies of #BBE065
Complementary color
Monochromatic Colors of #BBE065
Black with #BBE065
Text Example
Text Example
White with #BBE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE065; }
p { color: rgb(187,224,101); }
H1.HeaderClassName
{
color: #BBE065;
}
.AnyTagClassName
{
color: #BBE065;
}
</style>
background-color css
<style>
a { background-color: #BBE065; }
a { background-color: rgb(187,224,101); }
div.DivClassName
{
background-color: #BBE065;
}
.BgClassName
{
background-color: #BBE065;
}
</style>
border-color css
<style>
span { border-color: #BBE065; }
span { border-color: rgb(187,224,101); }
td.TdClassName
{
border-color: #BBE065;
}
.TagClassName
{
border-color: #BBE065;
}
</style>