Shades of Caper #A8C577
Tints of Caper #A8C577
RGB
CMYK
RGB Variations
Color information
#A8C577 (or 0xA8C577) is known color: Caper. HEX triplet: A8, C5 and 77. RGB value is (168,197,119). Sum of RGB (Red+Green+Blue) = 168+197+119=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C577 is #573A88. Grayscale: #B3B3B3. Windows color (decimal): -5716617 or 7849384. OLE color: 7849384.
HSL color Cylindrical-coordinate representation of color #A8C577: hue angle of 82.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8C577 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 119 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.23 |
| HSL | 82.31º | 0.4% | 0.62% | - |
| HSV(B) | 82.31º | 0.4% | 0.77% | - |
| XYZ | 39.44 | 49.59 | 24.95 | - |
| YUV | 179.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 119 | 0.15 | 0 | 0.40 | 0.23 | 82.31 | 0.4 | 0.62 |
| Hex | A8 | C5 | 77 | F | 0 | 28 | 17 | 52 | 28 | 3E |
| Octal | 250 | 305 | 167 | 17 | 0 | 50 | 27 | 122 | 50 | 76 |
| Binary | 10101000 | 11000101 | 1110111 | 1111 | 0 | 101000 | 10111 | 1010010 | 101000 | 111110 |
Color Harmonies of #A8C577
Complementary color
Monochromatic Colors of #A8C577
Black with #A8C577
Text Example
Text Example
White with #A8C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C577; }
p { color: rgb(168,197,119); }
H1.HeaderClassName
{
color: #A8C577;
}
.AnyTagClassName
{
color: #A8C577;
}
</style>
background-color css
<style>
a { background-color: #A8C577; }
a { background-color: rgb(168,197,119); }
div.DivClassName
{
background-color: #A8C577;
}
.BgClassName
{
background-color: #A8C577;
}
</style>
border-color css
<style>
span { border-color: #A8C577; }
span { border-color: rgb(168,197,119); }
td.TdClassName
{
border-color: #A8C577;
}
.TagClassName
{
border-color: #A8C577;
}
</style>