Shades of Conifer #B2D86A
Tints of Conifer #B2D86A
RGB
CMYK
RGB Variations
Color information
#B2D86A (or 0xB2D86A) is known color: Conifer. HEX triplet: B2, D8 and 6A. RGB value is (178,216,106). Sum of RGB (Red+Green+Blue) = 178+216+106=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D86A is #4D2795. Grayscale: #C0C0C0. Windows color (decimal): -5056406 or 7002290. OLE color: 7002290.
HSL color Cylindrical-coordinate representation of color #B2D86A: hue angle of 80.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2D86A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 106 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.15 |
| HSL | 80.73º | 0.59% | 0.63% | - |
| HSV(B) | 80.73º | 0.51% | 0.85% | - |
| XYZ | 45.52 | 59.62 | 22.74 | - |
| YUV | 192.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 106 | 0.18 | 0 | 0.51 | 0.15 | 80.73 | 0.59 | 0.63 |
| Hex | B2 | D8 | 6A | 12 | 0 | 33 | F | 51 | 3B | 3F |
| Octal | 262 | 330 | 152 | 22 | 0 | 63 | 17 | 121 | 73 | 77 |
| Binary | 10110010 | 11011000 | 1101010 | 10010 | 0 | 110011 | 1111 | 1010001 | 111011 | 111111 |
Color Harmonies of #B2D86A
Complementary color
Monochromatic Colors of #B2D86A
Black with #B2D86A
Text Example
Text Example
White with #B2D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D86A; }
p { color: rgb(178,216,106); }
H1.HeaderClassName
{
color: #B2D86A;
}
.AnyTagClassName
{
color: #B2D86A;
}
</style>
background-color css
<style>
a { background-color: #B2D86A; }
a { background-color: rgb(178,216,106); }
div.DivClassName
{
background-color: #B2D86A;
}
.BgClassName
{
background-color: #B2D86A;
}
</style>
border-color css
<style>
span { border-color: #B2D86A; }
span { border-color: rgb(178,216,106); }
td.TdClassName
{
border-color: #B2D86A;
}
.TagClassName
{
border-color: #B2D86A;
}
</style>