Shades of Conifer #BBD855
Tints of Conifer #BBD855
RGB
CMYK
RGB Variations
Color information
#BBD855 (or 0xBBD855) is known color: Conifer. HEX triplet: BB, D8 and 55. RGB value is (187,216,85). Sum of RGB (Red+Green+Blue) = 187+216+85=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD855 is #4427AA. Grayscale: #C0C0C0. Windows color (decimal): -4466603 or 5626043. OLE color: 5626043.
HSL color Cylindrical-coordinate representation of color #BBD855: hue angle of 73.28º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBD855 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 85 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.15 |
| HSL | 73.28º | 0.63% | 0.59% | - |
| HSV(B) | 73.28º | 0.61% | 0.85% | - |
| XYZ | 46.69 | 60.33 | 17.78 | - |
| YUV | 192.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 85 | 0.13 | 0 | 0.61 | 0.15 | 73.28 | 0.63 | 0.59 |
| Hex | BB | D8 | 55 | D | 0 | 3D | F | 49 | 3F | 3B |
| Octal | 273 | 330 | 125 | 15 | 0 | 75 | 17 | 111 | 77 | 73 |
| Binary | 10111011 | 11011000 | 1010101 | 1101 | 0 | 111101 | 1111 | 1001001 | 111111 | 111011 |
Color Harmonies of #BBD855
Complementary color
Monochromatic Colors of #BBD855
Black with #BBD855
Text Example
Text Example
White with #BBD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD855; }
p { color: rgb(187,216,85); }
H1.HeaderClassName
{
color: #BBD855;
}
.AnyTagClassName
{
color: #BBD855;
}
</style>
background-color css
<style>
a { background-color: #BBD855; }
a { background-color: rgb(187,216,85); }
div.DivClassName
{
background-color: #BBD855;
}
.BgClassName
{
background-color: #BBD855;
}
</style>
border-color css
<style>
span { border-color: #BBD855; }
span { border-color: rgb(187,216,85); }
td.TdClassName
{
border-color: #BBD855;
}
.TagClassName
{
border-color: #BBD855;
}
</style>