Shades of Caper #A6C27A
Tints of Caper #A6C27A
RGB
CMYK
RGB Variations
Color information
#A6C27A (or 0xA6C27A) is known color: Caper. HEX triplet: A6, C2 and 7A. RGB value is (166,194,122). Sum of RGB (Red+Green+Blue) = 166+194+122=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C27A is #593D85. Grayscale: #B1B1B1. Windows color (decimal): -5848454 or 8045222. OLE color: 8045222.
HSL color Cylindrical-coordinate representation of color #A6C27A: hue angle of 83.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6C27A is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 122 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.24 |
| HSL | 83.33º | 0.37% | 0.62% | - |
| HSV(B) | 83.33º | 0.37% | 0.76% | - |
| XYZ | 38.53 | 48.1 | 25.66 | - |
| YUV | 177.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 122 | 0.14 | 0 | 0.37 | 0.24 | 83.33 | 0.37 | 0.62 |
| Hex | A6 | C2 | 7A | E | 0 | 25 | 18 | 53 | 25 | 3E |
| Octal | 246 | 302 | 172 | 16 | 0 | 45 | 30 | 123 | 45 | 76 |
| Binary | 10100110 | 11000010 | 1111010 | 1110 | 0 | 100101 | 11000 | 1010011 | 100101 | 111110 |
Color Harmonies of #A6C27A
Complementary color
Monochromatic Colors of #A6C27A
Black with #A6C27A
Text Example
Text Example
White with #A6C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C27A; }
p { color: rgb(166,194,122); }
H1.HeaderClassName
{
color: #A6C27A;
}
.AnyTagClassName
{
color: #A6C27A;
}
</style>
background-color css
<style>
a { background-color: #A6C27A; }
a { background-color: rgb(166,194,122); }
div.DivClassName
{
background-color: #A6C27A;
}
.BgClassName
{
background-color: #A6C27A;
}
</style>
border-color css
<style>
span { border-color: #A6C27A; }
span { border-color: rgb(166,194,122); }
td.TdClassName
{
border-color: #A6C27A;
}
.TagClassName
{
border-color: #A6C27A;
}
</style>