Shades of Caper #A6C47A
Tints of Caper #A6C47A
RGB
CMYK
RGB Variations
Color information
#A6C47A (or 0xA6C47A) is known color: Caper. HEX triplet: A6, C4 and 7A. RGB value is (166,196,122). Sum of RGB (Red+Green+Blue) = 166+196+122=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C47A is #593B85. Grayscale: #B2B2B2. Windows color (decimal): -5847942 or 8045734. OLE color: 8045734.
HSL color Cylindrical-coordinate representation of color #A6C47A: hue angle of 84.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C47A is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 122 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.23 |
| HSL | 84.32º | 0.39% | 0.62% | - |
| HSV(B) | 84.32º | 0.38% | 0.77% | - |
| XYZ | 38.98 | 48.99 | 25.81 | - |
| YUV | 178.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 122 | 0.15 | 0 | 0.38 | 0.23 | 84.32 | 0.39 | 0.62 |
| Hex | A6 | C4 | 7A | F | 0 | 26 | 17 | 54 | 27 | 3E |
| Octal | 246 | 304 | 172 | 17 | 0 | 46 | 27 | 124 | 47 | 76 |
| Binary | 10100110 | 11000100 | 1111010 | 1111 | 0 | 100110 | 10111 | 1010100 | 100111 | 111110 |
Color Harmonies of #A6C47A
Complementary color
Monochromatic Colors of #A6C47A
Black with #A6C47A
Text Example
Text Example
White with #A6C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C47A; }
p { color: rgb(166,196,122); }
H1.HeaderClassName
{
color: #A6C47A;
}
.AnyTagClassName
{
color: #A6C47A;
}
</style>
background-color css
<style>
a { background-color: #A6C47A; }
a { background-color: rgb(166,196,122); }
div.DivClassName
{
background-color: #A6C47A;
}
.BgClassName
{
background-color: #A6C47A;
}
</style>
border-color css
<style>
span { border-color: #A6C47A; }
span { border-color: rgb(166,196,122); }
td.TdClassName
{
border-color: #A6C47A;
}
.TagClassName
{
border-color: #A6C47A;
}
</style>