Shades of Caper #A8C484
Tints of Caper #A8C484
RGB
CMYK
RGB Variations
Color information
#A8C484 (or 0xA8C484) is known color: Caper. HEX triplet: A8, C4 and 84. RGB value is (168,196,132). Sum of RGB (Red+Green+Blue) = 168+196+132=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C484 is #573B7B. Grayscale: #B4B4B4. Windows color (decimal): -5716860 or 8701096. OLE color: 8701096.
HSL color Cylindrical-coordinate representation of color #A8C484: hue angle of 86.25º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C484 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 132 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.23 |
| HSL | 86.25º | 0.35% | 0.64% | - |
| HSV(B) | 86.25º | 0.33% | 0.77% | - |
| XYZ | 40.05 | 49.47 | 29.27 | - |
| YUV | 180.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 132 | 0.14 | 0 | 0.33 | 0.23 | 86.25 | 0.35 | 0.64 |
| Hex | A8 | C4 | 84 | E | 0 | 21 | 17 | 56 | 23 | 40 |
| Octal | 250 | 304 | 204 | 16 | 0 | 41 | 27 | 126 | 43 | 100 |
| Binary | 10101000 | 11000100 | 10000100 | 1110 | 0 | 100001 | 10111 | 1010110 | 100011 | 1000000 |
Color Harmonies of #A8C484
Complementary color
Monochromatic Colors of #A8C484
Black with #A8C484
Text Example
Text Example
White with #A8C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C484; }
p { color: rgb(168,196,132); }
H1.HeaderClassName
{
color: #A8C484;
}
.AnyTagClassName
{
color: #A8C484;
}
</style>
background-color css
<style>
a { background-color: #A8C484; }
a { background-color: rgb(168,196,132); }
div.DivClassName
{
background-color: #A8C484;
}
.BgClassName
{
background-color: #A8C484;
}
</style>
border-color css
<style>
span { border-color: #A8C484; }
span { border-color: rgb(168,196,132); }
td.TdClassName
{
border-color: #A8C484;
}
.TagClassName
{
border-color: #A8C484;
}
</style>