Shades of Caper #A8C477
Tints of Caper #A8C477
RGB
CMYK
RGB Variations
Color information
#A8C477 (or 0xA8C477) is known color: Caper. HEX triplet: A8, C4 and 77. RGB value is (168,196,119). Sum of RGB (Red+Green+Blue) = 168+196+119=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C477 is #573B88. Grayscale: #B3B3B3. Windows color (decimal): -5716873 or 7849128. OLE color: 7849128.
HSL color Cylindrical-coordinate representation of color #A8C477: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8C477 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 119 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.23 |
| HSL | 81.82º | 0.39% | 0.62% | - |
| HSV(B) | 81.82º | 0.39% | 0.77% | - |
| XYZ | 39.22 | 49.14 | 24.87 | - |
| YUV | 178.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 119 | 0.14 | 0 | 0.39 | 0.23 | 81.82 | 0.39 | 0.62 |
| Hex | A8 | C4 | 77 | E | 0 | 27 | 17 | 52 | 27 | 3E |
| Octal | 250 | 304 | 167 | 16 | 0 | 47 | 27 | 122 | 47 | 76 |
| Binary | 10101000 | 11000100 | 1110111 | 1110 | 0 | 100111 | 10111 | 1010010 | 100111 | 111110 |
Color Harmonies of #A8C477
Complementary color
Monochromatic Colors of #A8C477
Black with #A8C477
Text Example
Text Example
White with #A8C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C477; }
p { color: rgb(168,196,119); }
H1.HeaderClassName
{
color: #A8C477;
}
.AnyTagClassName
{
color: #A8C477;
}
</style>
background-color css
<style>
a { background-color: #A8C477; }
a { background-color: rgb(168,196,119); }
div.DivClassName
{
background-color: #A8C477;
}
.BgClassName
{
background-color: #A8C477;
}
</style>
border-color css
<style>
span { border-color: #A8C477; }
span { border-color: rgb(168,196,119); }
td.TdClassName
{
border-color: #A8C477;
}
.TagClassName
{
border-color: #A8C477;
}
</style>