Shades of Caper #A9C67E
Tints of Caper #A9C67E
RGB
CMYK
RGB Variations
Color information
#A9C67E (or 0xA9C67E) is known color: Caper. HEX triplet: A9, C6 and 7E. RGB value is (169,198,126). Sum of RGB (Red+Green+Blue) = 169+198+126=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C67E is #563981. Grayscale: #B5B5B5. Windows color (decimal): -5650818 or 8308393. OLE color: 8308393.
HSL color Cylindrical-coordinate representation of color #A9C67E: hue angle of 84.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9C67E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 126 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.22 |
| HSL | 84.17º | 0.39% | 0.64% | - |
| HSV(B) | 84.17º | 0.36% | 0.78% | - |
| XYZ | 40.32 | 50.33 | 27.33 | - |
| YUV | 181.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 126 | 0.15 | 0 | 0.36 | 0.22 | 84.17 | 0.39 | 0.64 |
| Hex | A9 | C6 | 7E | F | 0 | 24 | 16 | 54 | 27 | 40 |
| Octal | 251 | 306 | 176 | 17 | 0 | 44 | 26 | 124 | 47 | 100 |
| Binary | 10101001 | 11000110 | 1111110 | 1111 | 0 | 100100 | 10110 | 1010100 | 100111 | 1000000 |
Color Harmonies of #A9C67E
Complementary color
Monochromatic Colors of #A9C67E
Black with #A9C67E
Text Example
Text Example
White with #A9C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C67E; }
p { color: rgb(169,198,126); }
H1.HeaderClassName
{
color: #A9C67E;
}
.AnyTagClassName
{
color: #A9C67E;
}
</style>
background-color css
<style>
a { background-color: #A9C67E; }
a { background-color: rgb(169,198,126); }
div.DivClassName
{
background-color: #A9C67E;
}
.BgClassName
{
background-color: #A9C67E;
}
</style>
border-color css
<style>
span { border-color: #A9C67E; }
span { border-color: rgb(169,198,126); }
td.TdClassName
{
border-color: #A9C67E;
}
.TagClassName
{
border-color: #A9C67E;
}
</style>