Shades of Conifer #B2D959
Tints of Conifer #B2D959
RGB
CMYK
RGB Variations
Color information
#B2D959 (or 0xB2D959) is known color: Conifer. HEX triplet: B2, D9 and 59. RGB value is (178,217,89). Sum of RGB (Red+Green+Blue) = 178+217+89=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D959 is #4D26A6. Grayscale: #BFBFBF. Windows color (decimal): -5056167 or 5888434. OLE color: 5888434.
HSL color Cylindrical-coordinate representation of color #B2D959: hue angle of 78.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2D959 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 89 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.15 |
| HSL | 78.28º | 0.63% | 0.6% | - |
| HSV(B) | 78.28º | 0.59% | 0.85% | - |
| XYZ | 44.98 | 59.81 | 18.63 | - |
| YUV | 190.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 89 | 0.18 | 0 | 0.59 | 0.15 | 78.28 | 0.63 | 0.6 |
| Hex | B2 | D9 | 59 | 12 | 0 | 3B | F | 4E | 3F | 3C |
| Octal | 262 | 331 | 131 | 22 | 0 | 73 | 17 | 116 | 77 | 74 |
| Binary | 10110010 | 11011001 | 1011001 | 10010 | 0 | 111011 | 1111 | 1001110 | 111111 | 111100 |
Color Harmonies of #B2D959
Complementary color
Monochromatic Colors of #B2D959
Black with #B2D959
Text Example
Text Example
White with #B2D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D959; }
p { color: rgb(178,217,89); }
H1.HeaderClassName
{
color: #B2D959;
}
.AnyTagClassName
{
color: #B2D959;
}
</style>
background-color css
<style>
a { background-color: #B2D959; }
a { background-color: rgb(178,217,89); }
div.DivClassName
{
background-color: #B2D959;
}
.BgClassName
{
background-color: #B2D959;
}
</style>
border-color css
<style>
span { border-color: #B2D959; }
span { border-color: rgb(178,217,89); }
td.TdClassName
{
border-color: #B2D959;
}
.TagClassName
{
border-color: #B2D959;
}
</style>