Shades of Conifer #BBD655
Tints of Conifer #BBD655
RGB
CMYK
RGB Variations
Color information
#BBD655 (or 0xBBD655) is known color: Conifer. HEX triplet: BB, D6 and 55. RGB value is (187,214,85). Sum of RGB (Red+Green+Blue) = 187+214+85=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD655 is #4429AA. Grayscale: #BFBFBF. Windows color (decimal): -4467115 or 5625531. OLE color: 5625531.
HSL color Cylindrical-coordinate representation of color #BBD655: hue angle of 72.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBD655 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 85 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.16 |
| HSL | 72.56º | 0.61% | 0.59% | - |
| HSV(B) | 72.56º | 0.6% | 0.84% | - |
| XYZ | 46.18 | 59.31 | 17.61 | - |
| YUV | 191.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 85 | 0.13 | 0 | 0.60 | 0.16 | 72.56 | 0.61 | 0.59 |
| Hex | BB | D6 | 55 | D | 0 | 3C | 10 | 49 | 3D | 3B |
| Octal | 273 | 326 | 125 | 15 | 0 | 74 | 20 | 111 | 75 | 73 |
| Binary | 10111011 | 11010110 | 1010101 | 1101 | 0 | 111100 | 10000 | 1001001 | 111101 | 111011 |
Color Harmonies of #BBD655
Complementary color
Monochromatic Colors of #BBD655
Black with #BBD655
Text Example
Text Example
White with #BBD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD655; }
p { color: rgb(187,214,85); }
H1.HeaderClassName
{
color: #BBD655;
}
.AnyTagClassName
{
color: #BBD655;
}
</style>
background-color css
<style>
a { background-color: #BBD655; }
a { background-color: rgb(187,214,85); }
div.DivClassName
{
background-color: #BBD655;
}
.BgClassName
{
background-color: #BBD655;
}
</style>
border-color css
<style>
span { border-color: #BBD655; }
span { border-color: rgb(187,214,85); }
td.TdClassName
{
border-color: #BBD655;
}
.TagClassName
{
border-color: #BBD655;
}
</style>