Shades of Conifer #BBE665
Tints of Conifer #BBE665
RGB
CMYK
RGB Variations
Color information
#BBE665 (or 0xBBE665) is known color: Conifer. HEX triplet: BB, E6 and 65. RGB value is (187,230,101). Sum of RGB (Red+Green+Blue) = 187+230+101=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE665 is #44199A. Grayscale: #CACACA. Windows color (decimal): -4463003 or 6678203. OLE color: 6678203.
HSL color Cylindrical-coordinate representation of color #BBE665: hue angle of 80º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBE665 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 101 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.10 |
| HSL | 80º | 0.72% | 0.65% | - |
| HSV(B) | 80º | 0.56% | 0.9% | - |
| XYZ | 51.14 | 68.1 | 22.76 | - |
| YUV | 202.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 101 | 0.19 | 0 | 0.56 | 0.10 | 80 | 0.72 | 0.65 |
| Hex | BB | E6 | 65 | 13 | 0 | 38 | A | 50 | 48 | 41 |
| Octal | 273 | 346 | 145 | 23 | 0 | 70 | 12 | 120 | 110 | 101 |
| Binary | 10111011 | 11100110 | 1100101 | 10011 | 0 | 111000 | 1010 | 1010000 | 1001000 | 1000001 |
Color Harmonies of #BBE665
Complementary color
Monochromatic Colors of #BBE665
Black with #BBE665
Text Example
Text Example
White with #BBE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE665; }
p { color: rgb(187,230,101); }
H1.HeaderClassName
{
color: #BBE665;
}
.AnyTagClassName
{
color: #BBE665;
}
</style>
background-color css
<style>
a { background-color: #BBE665; }
a { background-color: rgb(187,230,101); }
div.DivClassName
{
background-color: #BBE665;
}
.BgClassName
{
background-color: #BBE665;
}
</style>
border-color css
<style>
span { border-color: #BBE665; }
span { border-color: rgb(187,230,101); }
td.TdClassName
{
border-color: #BBE665;
}
.TagClassName
{
border-color: #BBE665;
}
</style>