Shades of Caper #A8C381
Tints of Caper #A8C381
RGB
CMYK
RGB Variations
Color information
#A8C381 (or 0xA8C381) is known color: Caper. HEX triplet: A8, C3 and 81. RGB value is (168,195,129). Sum of RGB (Red+Green+Blue) = 168+195+129=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C381 is #573C7E. Grayscale: #B3B3B3. Windows color (decimal): -5717119 or 8504232. OLE color: 8504232.
HSL color Cylindrical-coordinate representation of color #A8C381: hue angle of 84.55º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C381 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 129 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.24 |
| HSL | 84.55º | 0.35% | 0.64% | - |
| HSV(B) | 84.55º | 0.34% | 0.76% | - |
| XYZ | 39.63 | 48.94 | 28.13 | - |
| YUV | 179.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 129 | 0.14 | 0 | 0.34 | 0.24 | 84.55 | 0.35 | 0.64 |
| Hex | A8 | C3 | 81 | E | 0 | 22 | 18 | 55 | 23 | 40 |
| Octal | 250 | 303 | 201 | 16 | 0 | 42 | 30 | 125 | 43 | 100 |
| Binary | 10101000 | 11000011 | 10000001 | 1110 | 0 | 100010 | 11000 | 1010101 | 100011 | 1000000 |
Color Harmonies of #A8C381
Complementary color
Monochromatic Colors of #A8C381
Black with #A8C381
Text Example
Text Example
White with #A8C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C381; }
p { color: rgb(168,195,129); }
H1.HeaderClassName
{
color: #A8C381;
}
.AnyTagClassName
{
color: #A8C381;
}
</style>
background-color css
<style>
a { background-color: #A8C381; }
a { background-color: rgb(168,195,129); }
div.DivClassName
{
background-color: #A8C381;
}
.BgClassName
{
background-color: #A8C381;
}
</style>
border-color css
<style>
span { border-color: #A8C381; }
span { border-color: rgb(168,195,129); }
td.TdClassName
{
border-color: #A8C381;
}
.TagClassName
{
border-color: #A8C381;
}
</style>