Shades of Conifer #B0D36A
Tints of Conifer #B0D36A
RGB
CMYK
RGB Variations
Color information
#B0D36A (or 0xB0D36A) is known color: Conifer. HEX triplet: B0, D3 and 6A. RGB value is (176,211,106). Sum of RGB (Red+Green+Blue) = 176+211+106=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D36A is #4F2C95. Grayscale: #BCBCBC. Windows color (decimal): -5188758 or 7001008. OLE color: 7001008.
HSL color Cylindrical-coordinate representation of color #B0D36A: hue angle of 80º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0D36A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 106 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.17 |
| HSL | 80º | 0.54% | 0.62% | - |
| HSV(B) | 80º | 0.5% | 0.83% | - |
| XYZ | 43.8 | 56.86 | 22.3 | - |
| YUV | 188.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 106 | 0.17 | 0 | 0.50 | 0.17 | 80 | 0.54 | 0.62 |
| Hex | B0 | D3 | 6A | 11 | 0 | 32 | 11 | 50 | 36 | 3E |
| Octal | 260 | 323 | 152 | 21 | 0 | 62 | 21 | 120 | 66 | 76 |
| Binary | 10110000 | 11010011 | 1101010 | 10001 | 0 | 110010 | 10001 | 1010000 | 110110 | 111110 |
Color Harmonies of #B0D36A
Complementary color
Monochromatic Colors of #B0D36A
Black with #B0D36A
Text Example
Text Example
White with #B0D36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D36A; }
p { color: rgb(176,211,106); }
H1.HeaderClassName
{
color: #B0D36A;
}
.AnyTagClassName
{
color: #B0D36A;
}
</style>
background-color css
<style>
a { background-color: #B0D36A; }
a { background-color: rgb(176,211,106); }
div.DivClassName
{
background-color: #B0D36A;
}
.BgClassName
{
background-color: #B0D36A;
}
</style>
border-color css
<style>
span { border-color: #B0D36A; }
span { border-color: rgb(176,211,106); }
td.TdClassName
{
border-color: #B0D36A;
}
.TagClassName
{
border-color: #B0D36A;
}
</style>