Shades of Conifer #B6D86A
Tints of Conifer #B6D86A
RGB
CMYK
RGB Variations
Color information
#B6D86A (or 0xB6D86A) is known color: Conifer. HEX triplet: B6, D8 and 6A. RGB value is (182,216,106). Sum of RGB (Red+Green+Blue) = 182+216+106=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D86A is #492795. Grayscale: #C1C1C1. Windows color (decimal): -4794262 or 7002294. OLE color: 7002294.
HSL color Cylindrical-coordinate representation of color #B6D86A: hue angle of 78.55º 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 #B6D86A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 106 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.15 |
| HSL | 78.55º | 0.59% | 0.63% | - |
| HSV(B) | 78.55º | 0.51% | 0.85% | - |
| XYZ | 46.45 | 60.1 | 22.79 | - |
| YUV | 193.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 106 | 0.16 | 0 | 0.51 | 0.15 | 78.55 | 0.59 | 0.63 |
| Hex | B6 | D8 | 6A | 10 | 0 | 33 | F | 4F | 3B | 3F |
| Octal | 266 | 330 | 152 | 20 | 0 | 63 | 17 | 117 | 73 | 77 |
| Binary | 10110110 | 11011000 | 1101010 | 10000 | 0 | 110011 | 1111 | 1001111 | 111011 | 111111 |
Color Harmonies of #B6D86A
Complementary color
Monochromatic Colors of #B6D86A
Black with #B6D86A
Text Example
Text Example
White with #B6D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D86A; }
p { color: rgb(182,216,106); }
H1.HeaderClassName
{
color: #B6D86A;
}
.AnyTagClassName
{
color: #B6D86A;
}
</style>
background-color css
<style>
a { background-color: #B6D86A; }
a { background-color: rgb(182,216,106); }
div.DivClassName
{
background-color: #B6D86A;
}
.BgClassName
{
background-color: #B6D86A;
}
</style>
border-color css
<style>
span { border-color: #B6D86A; }
span { border-color: rgb(182,216,106); }
td.TdClassName
{
border-color: #B6D86A;
}
.TagClassName
{
border-color: #B6D86A;
}
</style>