Shades of Caper #A8C281
Tints of Caper #A8C281
RGB
CMYK
RGB Variations
Color information
#A8C281 (or 0xA8C281) is known color: Caper. HEX triplet: A8, C2 and 81. RGB value is (168,194,129). Sum of RGB (Red+Green+Blue) = 168+194+129=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C281 is #573D7E. Grayscale: #B3B3B3. Windows color (decimal): -5717375 or 8503976. OLE color: 8503976.
HSL color Cylindrical-coordinate representation of color #A8C281: hue angle of 84º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C281 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 129 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.24 |
| HSL | 84º | 0.35% | 0.63% | - |
| HSV(B) | 84º | 0.34% | 0.76% | - |
| XYZ | 39.4 | 48.49 | 28.05 | - |
| YUV | 178.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 129 | 0.13 | 0 | 0.34 | 0.24 | 84 | 0.35 | 0.63 |
| Hex | A8 | C2 | 81 | D | 0 | 22 | 18 | 54 | 23 | 3F |
| Octal | 250 | 302 | 201 | 15 | 0 | 42 | 30 | 124 | 43 | 77 |
| Binary | 10101000 | 11000010 | 10000001 | 1101 | 0 | 100010 | 11000 | 1010100 | 100011 | 111111 |
Color Harmonies of #A8C281
Complementary color
Monochromatic Colors of #A8C281
Black with #A8C281
Text Example
Text Example
White with #A8C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C281; }
p { color: rgb(168,194,129); }
H1.HeaderClassName
{
color: #A8C281;
}
.AnyTagClassName
{
color: #A8C281;
}
</style>
background-color css
<style>
a { background-color: #A8C281; }
a { background-color: rgb(168,194,129); }
div.DivClassName
{
background-color: #A8C281;
}
.BgClassName
{
background-color: #A8C281;
}
</style>
border-color css
<style>
span { border-color: #A8C281; }
span { border-color: rgb(168,194,129); }
td.TdClassName
{
border-color: #A8C281;
}
.TagClassName
{
border-color: #A8C281;
}
</style>