Shades of Conifer #BBD555
Tints of Conifer #BBD555
RGB
CMYK
RGB Variations
Color information
#BBD555 (or 0xBBD555) is known color: Conifer. HEX triplet: BB, D5 and 55. RGB value is (187,213,85). Sum of RGB (Red+Green+Blue) = 187+213+85=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD555 is #442AAA. Grayscale: #BFBFBF. Windows color (decimal): -4467371 or 5625275. OLE color: 5625275.
HSL color Cylindrical-coordinate representation of color #BBD555: hue angle of 72.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBD555 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 85 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.16 |
| HSL | 72.19º | 0.6% | 0.58% | - |
| HSV(B) | 72.19º | 0.6% | 0.84% | - |
| XYZ | 45.93 | 58.81 | 17.53 | - |
| YUV | 190.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 85 | 0.12 | 0 | 0.60 | 0.16 | 72.19 | 0.6 | 0.58 |
| Hex | BB | D5 | 55 | C | 0 | 3C | 10 | 48 | 3C | 3A |
| Octal | 273 | 325 | 125 | 14 | 0 | 74 | 20 | 110 | 74 | 72 |
| Binary | 10111011 | 11010101 | 1010101 | 1100 | 0 | 111100 | 10000 | 1001000 | 111100 | 111010 |
Color Harmonies of #BBD555
Complementary color
Monochromatic Colors of #BBD555
Black with #BBD555
Text Example
Text Example
White with #BBD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD555; }
p { color: rgb(187,213,85); }
H1.HeaderClassName
{
color: #BBD555;
}
.AnyTagClassName
{
color: #BBD555;
}
</style>
background-color css
<style>
a { background-color: #BBD555; }
a { background-color: rgb(187,213,85); }
div.DivClassName
{
background-color: #BBD555;
}
.BgClassName
{
background-color: #BBD555;
}
</style>
border-color css
<style>
span { border-color: #BBD555; }
span { border-color: rgb(187,213,85); }
td.TdClassName
{
border-color: #BBD555;
}
.TagClassName
{
border-color: #BBD555;
}
</style>