Shades of Caper #A6C67A
Tints of Caper #A6C67A
RGB
CMYK
RGB Variations
Color information
#A6C67A (or 0xA6C67A) is known color: Caper. HEX triplet: A6, C6 and 7A. RGB value is (166,198,122). Sum of RGB (Red+Green+Blue) = 166+198+122=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C67A is #593985. Grayscale: #B4B4B4. Windows color (decimal): -5847430 or 8046246. OLE color: 8046246.
HSL color Cylindrical-coordinate representation of color #A6C67A: hue angle of 85.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C67A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 122 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.22 |
| HSL | 85.26º | 0.4% | 0.63% | - |
| HSV(B) | 85.26º | 0.38% | 0.78% | - |
| XYZ | 39.43 | 49.9 | 25.97 | - |
| YUV | 179.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 122 | 0.16 | 0 | 0.38 | 0.22 | 85.26 | 0.4 | 0.63 |
| Hex | A6 | C6 | 7A | 10 | 0 | 26 | 16 | 55 | 28 | 3F |
| Octal | 246 | 306 | 172 | 20 | 0 | 46 | 26 | 125 | 50 | 77 |
| Binary | 10100110 | 11000110 | 1111010 | 10000 | 0 | 100110 | 10110 | 1010101 | 101000 | 111111 |
Color Harmonies of #A6C67A
Complementary color
Monochromatic Colors of #A6C67A
Black with #A6C67A
Text Example
Text Example
White with #A6C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C67A; }
p { color: rgb(166,198,122); }
H1.HeaderClassName
{
color: #A6C67A;
}
.AnyTagClassName
{
color: #A6C67A;
}
</style>
background-color css
<style>
a { background-color: #A6C67A; }
a { background-color: rgb(166,198,122); }
div.DivClassName
{
background-color: #A6C67A;
}
.BgClassName
{
background-color: #A6C67A;
}
</style>
border-color css
<style>
span { border-color: #A6C67A; }
span { border-color: rgb(166,198,122); }
td.TdClassName
{
border-color: #A6C67A;
}
.TagClassName
{
border-color: #A6C67A;
}
</style>