Shades of Conifer #B0D96B
Tints of Conifer #B0D96B
RGB
CMYK
RGB Variations
Color information
#B0D96B (or 0xB0D96B) is known color: Conifer. HEX triplet: B0, D9 and 6B. RGB value is (176,217,107). Sum of RGB (Red+Green+Blue) = 176+217+107=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D96B is #4F2694. Grayscale: #C0C0C0. Windows color (decimal): -5187221 or 7068080. OLE color: 7068080.
HSL color Cylindrical-coordinate representation of color #B0D96B: hue angle of 82.36º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0D96B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 107 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.15 |
| HSL | 82.36º | 0.59% | 0.64% | - |
| HSV(B) | 82.36º | 0.51% | 0.85% | - |
| XYZ | 45.37 | 59.92 | 23.08 | - |
| YUV | 192.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 107 | 0.19 | 0 | 0.51 | 0.15 | 82.36 | 0.59 | 0.64 |
| Hex | B0 | D9 | 6B | 13 | 0 | 33 | F | 52 | 3B | 40 |
| Octal | 260 | 331 | 153 | 23 | 0 | 63 | 17 | 122 | 73 | 100 |
| Binary | 10110000 | 11011001 | 1101011 | 10011 | 0 | 110011 | 1111 | 1010010 | 111011 | 1000000 |
Color Harmonies of #B0D96B
Complementary color
Monochromatic Colors of #B0D96B
Black with #B0D96B
Text Example
Text Example
White with #B0D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D96B; }
p { color: rgb(176,217,107); }
H1.HeaderClassName
{
color: #B0D96B;
}
.AnyTagClassName
{
color: #B0D96B;
}
</style>
background-color css
<style>
a { background-color: #B0D96B; }
a { background-color: rgb(176,217,107); }
div.DivClassName
{
background-color: #B0D96B;
}
.BgClassName
{
background-color: #B0D96B;
}
</style>
border-color css
<style>
span { border-color: #B0D96B; }
span { border-color: rgb(176,217,107); }
td.TdClassName
{
border-color: #B0D96B;
}
.TagClassName
{
border-color: #B0D96B;
}
</style>