Shades of Conifer #B2D96C
Tints of Conifer #B2D96C
RGB
CMYK
RGB Variations
Color information
#B2D96C (or 0xB2D96C) is known color: Conifer. HEX triplet: B2, D9 and 6C. RGB value is (178,217,108). Sum of RGB (Red+Green+Blue) = 178+217+108=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D96C is #4D2693. Grayscale: #C1C1C1. Windows color (decimal): -5056148 or 7133618. OLE color: 7133618.
HSL color Cylindrical-coordinate representation of color #B2D96C: hue angle of 81.47º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2D96C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 108 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.15 |
| HSL | 81.47º | 0.59% | 0.64% | - |
| HSV(B) | 81.47º | 0.5% | 0.85% | - |
| XYZ | 45.88 | 60.17 | 23.38 | - |
| YUV | 192.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 108 | 0.18 | 0 | 0.50 | 0.15 | 81.47 | 0.59 | 0.64 |
| Hex | B2 | D9 | 6C | 12 | 0 | 32 | F | 51 | 3B | 40 |
| Octal | 262 | 331 | 154 | 22 | 0 | 62 | 17 | 121 | 73 | 100 |
| Binary | 10110010 | 11011001 | 1101100 | 10010 | 0 | 110010 | 1111 | 1010001 | 111011 | 1000000 |
Color Harmonies of #B2D96C
Complementary color
Monochromatic Colors of #B2D96C
Black with #B2D96C
Text Example
Text Example
White with #B2D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D96C; }
p { color: rgb(178,217,108); }
H1.HeaderClassName
{
color: #B2D96C;
}
.AnyTagClassName
{
color: #B2D96C;
}
</style>
background-color css
<style>
a { background-color: #B2D96C; }
a { background-color: rgb(178,217,108); }
div.DivClassName
{
background-color: #B2D96C;
}
.BgClassName
{
background-color: #B2D96C;
}
</style>
border-color css
<style>
span { border-color: #B2D96C; }
span { border-color: rgb(178,217,108); }
td.TdClassName
{
border-color: #B2D96C;
}
.TagClassName
{
border-color: #B2D96C;
}
</style>