Shades of Conifer #A6C95B
Tints of Conifer #A6C95B
RGB
CMYK
RGB Variations
Color information
#A6C95B (or 0xA6C95B) is known color: Conifer. HEX triplet: A6, C9 and 5B. RGB value is (166,201,91). Sum of RGB (Red+Green+Blue) = 166+201+91=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C95B is #5936A4. Grayscale: #B2B2B2. Windows color (decimal): -5846693 or 6015398. OLE color: 6015398.
HSL color Cylindrical-coordinate representation of color #A6C95B: hue angle of 79.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6C95B is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 91 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.21 |
| HSL | 79.09º | 0.5% | 0.57% | - |
| HSV(B) | 79.09º | 0.55% | 0.79% | - |
| XYZ | 38.5 | 50.64 | 17.64 | - |
| YUV | 178 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 91 | 0.17 | 0 | 0.55 | 0.21 | 79.09 | 0.5 | 0.57 |
| Hex | A6 | C9 | 5B | 11 | 0 | 37 | 15 | 4F | 32 | 39 |
| Octal | 246 | 311 | 133 | 21 | 0 | 67 | 25 | 117 | 62 | 71 |
| Binary | 10100110 | 11001001 | 1011011 | 10001 | 0 | 110111 | 10101 | 1001111 | 110010 | 111001 |
Color Harmonies of #A6C95B
Complementary color
Monochromatic Colors of #A6C95B
Black with #A6C95B
Text Example
Text Example
White with #A6C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C95B; }
p { color: rgb(166,201,91); }
H1.HeaderClassName
{
color: #A6C95B;
}
.AnyTagClassName
{
color: #A6C95B;
}
</style>
background-color css
<style>
a { background-color: #A6C95B; }
a { background-color: rgb(166,201,91); }
div.DivClassName
{
background-color: #A6C95B;
}
.BgClassName
{
background-color: #A6C95B;
}
</style>
border-color css
<style>
span { border-color: #A6C95B; }
span { border-color: rgb(166,201,91); }
td.TdClassName
{
border-color: #A6C95B;
}
.TagClassName
{
border-color: #A6C95B;
}
</style>