Shades of Caper #A8C97A
Tints of Caper #A8C97A
RGB
CMYK
RGB Variations
Color information
#A8C97A (or 0xA8C97A) is known color: Caper. HEX triplet: A8, C9 and 7A. RGB value is (168,201,122). Sum of RGB (Red+Green+Blue) = 168+201+122=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C97A is #573685. Grayscale: #B6B6B6. Windows color (decimal): -5715590 or 8047016. OLE color: 8047016.
HSL color Cylindrical-coordinate representation of color #A8C97A: hue angle of 85.06º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8C97A is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 122 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.21 |
| HSL | 85.06º | 0.42% | 0.63% | - |
| HSV(B) | 85.06º | 0.39% | 0.79% | - |
| XYZ | 40.55 | 51.5 | 26.22 | - |
| YUV | 182.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 122 | 0.16 | 0 | 0.39 | 0.21 | 85.06 | 0.42 | 0.63 |
| Hex | A8 | C9 | 7A | 10 | 0 | 27 | 15 | 55 | 2A | 3F |
| Octal | 250 | 311 | 172 | 20 | 0 | 47 | 25 | 125 | 52 | 77 |
| Binary | 10101000 | 11001001 | 1111010 | 10000 | 0 | 100111 | 10101 | 1010101 | 101010 | 111111 |
Color Harmonies of #A8C97A
Complementary color
Monochromatic Colors of #A8C97A
Black with #A8C97A
Text Example
Text Example
White with #A8C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C97A; }
p { color: rgb(168,201,122); }
H1.HeaderClassName
{
color: #A8C97A;
}
.AnyTagClassName
{
color: #A8C97A;
}
</style>
background-color css
<style>
a { background-color: #A8C97A; }
a { background-color: rgb(168,201,122); }
div.DivClassName
{
background-color: #A8C97A;
}
.BgClassName
{
background-color: #A8C97A;
}
</style>
border-color css
<style>
span { border-color: #A8C97A; }
span { border-color: rgb(168,201,122); }
td.TdClassName
{
border-color: #A8C97A;
}
.TagClassName
{
border-color: #A8C97A;
}
</style>