Shades of Conifer #B2D059
Tints of Conifer #B2D059
RGB
CMYK
RGB Variations
Color information
#B2D059 (or 0xB2D059) is known color: Conifer. HEX triplet: B2, D0 and 59. RGB value is (178,208,89). Sum of RGB (Red+Green+Blue) = 178+208+89=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D059 is #4D2FA6. Grayscale: #B9B9B9. Windows color (decimal): -5058471 or 5886130. OLE color: 5886130.
HSL color Cylindrical-coordinate representation of color #B2D059: hue angle of 75.13º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2D059 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 89 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.18 |
| HSL | 75.13º | 0.56% | 0.58% | - |
| HSV(B) | 75.13º | 0.57% | 0.82% | - |
| XYZ | 42.72 | 55.3 | 17.87 | - |
| YUV | 185.46 | 73.56 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 89 | 0.14 | 0 | 0.57 | 0.18 | 75.13 | 0.56 | 0.58 |
| Hex | B2 | D0 | 59 | E | 0 | 39 | 12 | 4B | 38 | 3A |
| Octal | 262 | 320 | 131 | 16 | 0 | 71 | 22 | 113 | 70 | 72 |
| Binary | 10110010 | 11010000 | 1011001 | 1110 | 0 | 111001 | 10010 | 1001011 | 111000 | 111010 |
Color Harmonies of #B2D059
Complementary color
Monochromatic Colors of #B2D059
Black with #B2D059
Text Example
Text Example
White with #B2D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D059; }
p { color: rgb(178,208,89); }
H1.HeaderClassName
{
color: #B2D059;
}
.AnyTagClassName
{
color: #B2D059;
}
</style>
background-color css
<style>
a { background-color: #B2D059; }
a { background-color: rgb(178,208,89); }
div.DivClassName
{
background-color: #B2D059;
}
.BgClassName
{
background-color: #B2D059;
}
</style>
border-color css
<style>
span { border-color: #B2D059; }
span { border-color: rgb(178,208,89); }
td.TdClassName
{
border-color: #B2D059;
}
.TagClassName
{
border-color: #B2D059;
}
</style>