Shades of Conifer #B0D056
Tints of Conifer #B0D056
RGB
CMYK
RGB Variations
Color information
#B0D056 (or 0xB0D056) is known color: Conifer. HEX triplet: B0, D0 and 56. RGB value is (176,208,86). Sum of RGB (Red+Green+Blue) = 176+208+86=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D056 is #4F2FA9. Grayscale: #B8B8B8. Windows color (decimal): -5189546 or 5689520. OLE color: 5689520.
HSL color Cylindrical-coordinate representation of color #B0D056: hue angle of 75.74º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0D056 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 86 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.18 |
| HSL | 75.74º | 0.56% | 0.58% | - |
| HSV(B) | 75.74º | 0.59% | 0.82% | - |
| XYZ | 42.14 | 55.01 | 17.2 | - |
| YUV | 184.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 86 | 0.15 | 0 | 0.59 | 0.18 | 75.74 | 0.56 | 0.58 |
| Hex | B0 | D0 | 56 | F | 0 | 3B | 12 | 4C | 38 | 3A |
| Octal | 260 | 320 | 126 | 17 | 0 | 73 | 22 | 114 | 70 | 72 |
| Binary | 10110000 | 11010000 | 1010110 | 1111 | 0 | 111011 | 10010 | 1001100 | 111000 | 111010 |
Color Harmonies of #B0D056
Complementary color
Monochromatic Colors of #B0D056
Black with #B0D056
Text Example
Text Example
White with #B0D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D056; }
p { color: rgb(176,208,86); }
H1.HeaderClassName
{
color: #B0D056;
}
.AnyTagClassName
{
color: #B0D056;
}
</style>
background-color css
<style>
a { background-color: #B0D056; }
a { background-color: rgb(176,208,86); }
div.DivClassName
{
background-color: #B0D056;
}
.BgClassName
{
background-color: #B0D056;
}
</style>
border-color css
<style>
span { border-color: #B0D056; }
span { border-color: rgb(176,208,86); }
td.TdClassName
{
border-color: #B0D056;
}
.TagClassName
{
border-color: #B0D056;
}
</style>