Shades of Caper #A8C97C
Tints of Caper #A8C97C
RGB
CMYK
RGB Variations
Color information
#A8C97C (or 0xA8C97C) is known color: Caper. HEX triplet: A8, C9 and 7C. RGB value is (168,201,124). Sum of RGB (Red+Green+Blue) = 168+201+124=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C97C is #573683. Grayscale: #B6B6B6. Windows color (decimal): -5715588 or 8178088. OLE color: 8178088.
HSL color Cylindrical-coordinate representation of color #A8C97C: hue angle of 85.71º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C97C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 124 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.21 |
| HSL | 85.71º | 0.42% | 0.64% | - |
| HSV(B) | 85.71º | 0.38% | 0.79% | - |
| XYZ | 40.67 | 51.55 | 26.88 | - |
| YUV | 182.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 124 | 0.16 | 0 | 0.38 | 0.21 | 85.71 | 0.42 | 0.64 |
| Hex | A8 | C9 | 7C | 10 | 0 | 26 | 15 | 56 | 2A | 40 |
| Octal | 250 | 311 | 174 | 20 | 0 | 46 | 25 | 126 | 52 | 100 |
| Binary | 10101000 | 11001001 | 1111100 | 10000 | 0 | 100110 | 10101 | 1010110 | 101010 | 1000000 |
Color Harmonies of #A8C97C
Complementary color
Monochromatic Colors of #A8C97C
Black with #A8C97C
Text Example
Text Example
White with #A8C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C97C; }
p { color: rgb(168,201,124); }
H1.HeaderClassName
{
color: #A8C97C;
}
.AnyTagClassName
{
color: #A8C97C;
}
</style>
background-color css
<style>
a { background-color: #A8C97C; }
a { background-color: rgb(168,201,124); }
div.DivClassName
{
background-color: #A8C97C;
}
.BgClassName
{
background-color: #A8C97C;
}
</style>
border-color css
<style>
span { border-color: #A8C97C; }
span { border-color: rgb(168,201,124); }
td.TdClassName
{
border-color: #A8C97C;
}
.TagClassName
{
border-color: #A8C97C;
}
</style>