Shades of Conifer #BBD955
Tints of Conifer #BBD955
RGB
CMYK
RGB Variations
Color information
#BBD955 (or 0xBBD955) is known color: Conifer. HEX triplet: BB, D9 and 55. RGB value is (187,217,85). Sum of RGB (Red+Green+Blue) = 187+217+85=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD955 is #4426AA. Grayscale: #C1C1C1. Windows color (decimal): -4466347 or 5626299. OLE color: 5626299.
HSL color Cylindrical-coordinate representation of color #BBD955: hue angle of 73.64º 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 #BBD955 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 85 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 73.64º | 0.63% | 0.59% | - |
| HSV(B) | 73.64º | 0.61% | 0.85% | - |
| XYZ | 46.95 | 60.85 | 17.86 | - |
| YUV | 192.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 85 | 0.14 | 0 | 0.61 | 0.15 | 73.64 | 0.63 | 0.59 |
| Hex | BB | D9 | 55 | E | 0 | 3D | F | 4A | 3F | 3B |
| Octal | 273 | 331 | 125 | 16 | 0 | 75 | 17 | 112 | 77 | 73 |
| Binary | 10111011 | 11011001 | 1010101 | 1110 | 0 | 111101 | 1111 | 1001010 | 111111 | 111011 |
Color Harmonies of #BBD955
Complementary color
Monochromatic Colors of #BBD955
Black with #BBD955
Text Example
Text Example
White with #BBD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD955; }
p { color: rgb(187,217,85); }
H1.HeaderClassName
{
color: #BBD955;
}
.AnyTagClassName
{
color: #BBD955;
}
</style>
background-color css
<style>
a { background-color: #BBD955; }
a { background-color: rgb(187,217,85); }
div.DivClassName
{
background-color: #BBD955;
}
.BgClassName
{
background-color: #BBD955;
}
</style>
border-color css
<style>
span { border-color: #BBD955; }
span { border-color: rgb(187,217,85); }
td.TdClassName
{
border-color: #BBD955;
}
.TagClassName
{
border-color: #BBD955;
}
</style>