Shades of Conifer #BBE165
Tints of Conifer #BBE165
RGB
CMYK
RGB Variations
Color information
#BBE165 (or 0xBBE165) is known color: Conifer. HEX triplet: BB, E1 and 65. RGB value is (187,225,101). Sum of RGB (Red+Green+Blue) = 187+225+101=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE165 is #441E9A. Grayscale: #C7C7C7. Windows color (decimal): -4464283 or 6676923. OLE color: 6676923.
HSL color Cylindrical-coordinate representation of color #BBE165: hue angle of 78.39º 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 #BBE165 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 101 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.12 |
| HSL | 78.39º | 0.67% | 0.64% | - |
| HSV(B) | 78.39º | 0.55% | 0.88% | - |
| XYZ | 49.77 | 65.35 | 22.3 | - |
| YUV | 199.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 101 | 0.17 | 0 | 0.55 | 0.12 | 78.39 | 0.67 | 0.64 |
| Hex | BB | E1 | 65 | 11 | 0 | 37 | C | 4E | 43 | 40 |
| Octal | 273 | 341 | 145 | 21 | 0 | 67 | 14 | 116 | 103 | 100 |
| Binary | 10111011 | 11100001 | 1100101 | 10001 | 0 | 110111 | 1100 | 1001110 | 1000011 | 1000000 |
Color Harmonies of #BBE165
Complementary color
Monochromatic Colors of #BBE165
Black with #BBE165
Text Example
Text Example
White with #BBE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE165; }
p { color: rgb(187,225,101); }
H1.HeaderClassName
{
color: #BBE165;
}
.AnyTagClassName
{
color: #BBE165;
}
</style>
background-color css
<style>
a { background-color: #BBE165; }
a { background-color: rgb(187,225,101); }
div.DivClassName
{
background-color: #BBE165;
}
.BgClassName
{
background-color: #BBE165;
}
</style>
border-color css
<style>
span { border-color: #BBE165; }
span { border-color: rgb(187,225,101); }
td.TdClassName
{
border-color: #BBE165;
}
.TagClassName
{
border-color: #BBE165;
}
</style>