Shades of Conifer #A6CA5B
Tints of Conifer #A6CA5B
RGB
CMYK
RGB Variations
Color information
#A6CA5B (or 0xA6CA5B) is known color: Conifer. HEX triplet: A6, CA and 5B. RGB value is (166,202,91). Sum of RGB (Red+Green+Blue) = 166+202+91=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA5B is #5935A4. Grayscale: #B2B2B2. Windows color (decimal): -5846437 or 6015654. OLE color: 6015654.
HSL color Cylindrical-coordinate representation of color #A6CA5B: hue angle of 79.46º degrees, saturation: 0.51, 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 #A6CA5B is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 91 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.21 |
| HSL | 79.46º | 0.51% | 0.57% | - |
| HSV(B) | 79.46º | 0.55% | 0.79% | - |
| XYZ | 38.73 | 51.1 | 17.72 | - |
| YUV | 178.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 91 | 0.18 | 0 | 0.55 | 0.21 | 79.46 | 0.51 | 0.57 |
| Hex | A6 | CA | 5B | 12 | 0 | 37 | 15 | 4F | 33 | 39 |
| Octal | 246 | 312 | 133 | 22 | 0 | 67 | 25 | 117 | 63 | 71 |
| Binary | 10100110 | 11001010 | 1011011 | 10010 | 0 | 110111 | 10101 | 1001111 | 110011 | 111001 |
Color Harmonies of #A6CA5B
Complementary color
Monochromatic Colors of #A6CA5B
Black with #A6CA5B
Text Example
Text Example
White with #A6CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA5B; }
p { color: rgb(166,202,91); }
H1.HeaderClassName
{
color: #A6CA5B;
}
.AnyTagClassName
{
color: #A6CA5B;
}
</style>
background-color css
<style>
a { background-color: #A6CA5B; }
a { background-color: rgb(166,202,91); }
div.DivClassName
{
background-color: #A6CA5B;
}
.BgClassName
{
background-color: #A6CA5B;
}
</style>
border-color css
<style>
span { border-color: #A6CA5B; }
span { border-color: rgb(166,202,91); }
td.TdClassName
{
border-color: #A6CA5B;
}
.TagClassName
{
border-color: #A6CA5B;
}
</style>