Shades of Caper #A8C480
Tints of Caper #A8C480
RGB
CMYK
RGB Variations
Color information
#A8C480 (or 0xA8C480) is known color: Caper. HEX triplet: A8, C4 and 80. RGB value is (168,196,128). Sum of RGB (Red+Green+Blue) = 168+196+128=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C480 is #573B7F. Grayscale: #B4B4B4. Windows color (decimal): -5716864 or 8438952. OLE color: 8438952.
HSL color Cylindrical-coordinate representation of color #A8C480: hue angle of 84.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C480 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 128 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.23 |
| HSL | 84.71º | 0.37% | 0.64% | - |
| HSV(B) | 84.71º | 0.35% | 0.77% | - |
| XYZ | 39.78 | 49.36 | 27.85 | - |
| YUV | 179.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 128 | 0.14 | 0 | 0.35 | 0.23 | 84.71 | 0.37 | 0.64 |
| Hex | A8 | C4 | 80 | E | 0 | 23 | 17 | 55 | 25 | 40 |
| Octal | 250 | 304 | 200 | 16 | 0 | 43 | 27 | 125 | 45 | 100 |
| Binary | 10101000 | 11000100 | 10000000 | 1110 | 0 | 100011 | 10111 | 1010101 | 100101 | 1000000 |
Color Harmonies of #A8C480
Complementary color
Monochromatic Colors of #A8C480
Black with #A8C480
Text Example
Text Example
White with #A8C480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C480; }
p { color: rgb(168,196,128); }
H1.HeaderClassName
{
color: #A8C480;
}
.AnyTagClassName
{
color: #A8C480;
}
</style>
background-color css
<style>
a { background-color: #A8C480; }
a { background-color: rgb(168,196,128); }
div.DivClassName
{
background-color: #A8C480;
}
.BgClassName
{
background-color: #A8C480;
}
</style>
border-color css
<style>
span { border-color: #A8C480; }
span { border-color: rgb(168,196,128); }
td.TdClassName
{
border-color: #A8C480;
}
.TagClassName
{
border-color: #A8C480;
}
</style>