Shades of Conifer #BBDD55
Tints of Conifer #BBDD55
RGB
CMYK
RGB Variations
Color information
#BBDD55 (or 0xBBDD55) is known color: Conifer. HEX triplet: BB, DD and 55. RGB value is (187,221,85). Sum of RGB (Red+Green+Blue) = 187+221+85=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD55 is #4422AA. Grayscale: #C3C3C3. Windows color (decimal): -4465323 or 5627323. OLE color: 5627323.
HSL color Cylindrical-coordinate representation of color #BBDD55: hue angle of 75º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDD55 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 85 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.13 |
| HSL | 75º | 0.67% | 0.6% | - |
| HSV(B) | 75º | 0.62% | 0.87% | - |
| XYZ | 47.99 | 62.93 | 18.21 | - |
| YUV | 195.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 85 | 0.15 | 0 | 0.62 | 0.13 | 75 | 0.67 | 0.6 |
| Hex | BB | DD | 55 | F | 0 | 3E | D | 4B | 43 | 3C |
| Octal | 273 | 335 | 125 | 17 | 0 | 76 | 15 | 113 | 103 | 74 |
| Binary | 10111011 | 11011101 | 1010101 | 1111 | 0 | 111110 | 1101 | 1001011 | 1000011 | 111100 |
Color Harmonies of #BBDD55
Complementary color
Monochromatic Colors of #BBDD55
Black with #BBDD55
Text Example
Text Example
White with #BBDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD55; }
p { color: rgb(187,221,85); }
H1.HeaderClassName
{
color: #BBDD55;
}
.AnyTagClassName
{
color: #BBDD55;
}
</style>
background-color css
<style>
a { background-color: #BBDD55; }
a { background-color: rgb(187,221,85); }
div.DivClassName
{
background-color: #BBDD55;
}
.BgClassName
{
background-color: #BBDD55;
}
</style>
border-color css
<style>
span { border-color: #BBDD55; }
span { border-color: rgb(187,221,85); }
td.TdClassName
{
border-color: #BBDD55;
}
.TagClassName
{
border-color: #BBDD55;
}
</style>