Shades of Conifer #B0D059
Tints of Conifer #B0D059
RGB
CMYK
RGB Variations
Color information
#B0D059 (or 0xB0D059) is known color: Conifer. HEX triplet: B0, D0 and 59. RGB value is (176,208,89). Sum of RGB (Red+Green+Blue) = 176+208+89=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D059 is #4F2FA6. Grayscale: #B9B9B9. Windows color (decimal): -5189543 or 5886128. OLE color: 5886128.
HSL color Cylindrical-coordinate representation of color #B0D059: hue angle of 76.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 #B0D059 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 89 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.18 |
| HSL | 76.13º | 0.56% | 0.58% | - |
| HSV(B) | 76.13º | 0.57% | 0.82% | - |
| XYZ | 42.26 | 55.06 | 17.85 | - |
| YUV | 184.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 89 | 0.15 | 0 | 0.57 | 0.18 | 76.13 | 0.56 | 0.58 |
| Hex | B0 | D0 | 59 | F | 0 | 39 | 12 | 4C | 38 | 3A |
| Octal | 260 | 320 | 131 | 17 | 0 | 71 | 22 | 114 | 70 | 72 |
| Binary | 10110000 | 11010000 | 1011001 | 1111 | 0 | 111001 | 10010 | 1001100 | 111000 | 111010 |
Color Harmonies of #B0D059
Complementary color
Monochromatic Colors of #B0D059
Black with #B0D059
Text Example
Text Example
White with #B0D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D059; }
p { color: rgb(176,208,89); }
H1.HeaderClassName
{
color: #B0D059;
}
.AnyTagClassName
{
color: #B0D059;
}
</style>
background-color css
<style>
a { background-color: #B0D059; }
a { background-color: rgb(176,208,89); }
div.DivClassName
{
background-color: #B0D059;
}
.BgClassName
{
background-color: #B0D059;
}
</style>
border-color css
<style>
span { border-color: #B0D059; }
span { border-color: rgb(176,208,89); }
td.TdClassName
{
border-color: #B0D059;
}
.TagClassName
{
border-color: #B0D059;
}
</style>