Shades of Conifer #BBD659
Tints of Conifer #BBD659
RGB
CMYK
RGB Variations
Color information
#BBD659 (or 0xBBD659) is known color: Conifer. HEX triplet: BB, D6 and 59. RGB value is (187,214,89). Sum of RGB (Red+Green+Blue) = 187+214+89=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD659 is #4429A6. Grayscale: #C0C0C0. Windows color (decimal): -4467111 or 5887675. OLE color: 5887675.
HSL color Cylindrical-coordinate representation of color #BBD659: hue angle of 72.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBD659 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 89 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.16 |
| HSL | 72.96º | 0.6% | 0.59% | - |
| HSV(B) | 72.96º | 0.58% | 0.84% | - |
| XYZ | 46.34 | 59.38 | 18.47 | - |
| YUV | 191.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 89 | 0.13 | 0 | 0.58 | 0.16 | 72.96 | 0.6 | 0.59 |
| Hex | BB | D6 | 59 | D | 0 | 3A | 10 | 49 | 3C | 3B |
| Octal | 273 | 326 | 131 | 15 | 0 | 72 | 20 | 111 | 74 | 73 |
| Binary | 10111011 | 11010110 | 1011001 | 1101 | 0 | 111010 | 10000 | 1001001 | 111100 | 111011 |
Color Harmonies of #BBD659
Complementary color
Monochromatic Colors of #BBD659
Black with #BBD659
Text Example
Text Example
White with #BBD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD659; }
p { color: rgb(187,214,89); }
H1.HeaderClassName
{
color: #BBD659;
}
.AnyTagClassName
{
color: #BBD659;
}
</style>
background-color css
<style>
a { background-color: #BBD659; }
a { background-color: rgb(187,214,89); }
div.DivClassName
{
background-color: #BBD659;
}
.BgClassName
{
background-color: #BBD659;
}
</style>
border-color css
<style>
span { border-color: #BBD659; }
span { border-color: rgb(187,214,89); }
td.TdClassName
{
border-color: #BBD659;
}
.TagClassName
{
border-color: #BBD659;
}
</style>