Shades of Caper #A8C382
Tints of Caper #A8C382
RGB
CMYK
RGB Variations
Color information
#A8C382 (or 0xA8C382) is known color: Caper. HEX triplet: A8, C3 and 82. RGB value is (168,195,130). Sum of RGB (Red+Green+Blue) = 168+195+130=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C382 is #573C7D. Grayscale: #B3B3B3. Windows color (decimal): -5717118 or 8569768. OLE color: 8569768.
HSL color Cylindrical-coordinate representation of color #A8C382: hue angle of 84.92º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C382 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 130 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.24 |
| HSL | 84.92º | 0.35% | 0.64% | - |
| HSV(B) | 84.92º | 0.33% | 0.76% | - |
| XYZ | 39.69 | 48.97 | 28.48 | - |
| YUV | 179.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 130 | 0.14 | 0 | 0.33 | 0.24 | 84.92 | 0.35 | 0.64 |
| Hex | A8 | C3 | 82 | E | 0 | 21 | 18 | 55 | 23 | 40 |
| Octal | 250 | 303 | 202 | 16 | 0 | 41 | 30 | 125 | 43 | 100 |
| Binary | 10101000 | 11000011 | 10000010 | 1110 | 0 | 100001 | 11000 | 1010101 | 100011 | 1000000 |
Color Harmonies of #A8C382
Complementary color
Monochromatic Colors of #A8C382
Black with #A8C382
Text Example
Text Example
White with #A8C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C382; }
p { color: rgb(168,195,130); }
H1.HeaderClassName
{
color: #A8C382;
}
.AnyTagClassName
{
color: #A8C382;
}
</style>
background-color css
<style>
a { background-color: #A8C382; }
a { background-color: rgb(168,195,130); }
div.DivClassName
{
background-color: #A8C382;
}
.BgClassName
{
background-color: #A8C382;
}
</style>
border-color css
<style>
span { border-color: #A8C382; }
span { border-color: rgb(168,195,130); }
td.TdClassName
{
border-color: #A8C382;
}
.TagClassName
{
border-color: #A8C382;
}
</style>