Shades of Caper #A8C182
Tints of Caper #A8C182
RGB
CMYK
RGB Variations
Color information
#A8C182 (or 0xA8C182) is known color: Caper. HEX triplet: A8, C1 and 82. RGB value is (168,193,130). Sum of RGB (Red+Green+Blue) = 168+193+130=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C182 is #573E7D. Grayscale: #B2B2B2. Windows color (decimal): -5717630 or 8569256. OLE color: 8569256.
HSL color Cylindrical-coordinate representation of color #A8C182: hue angle of 83.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C182 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 130 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.24 |
| HSL | 83.81º | 0.34% | 0.63% | - |
| HSV(B) | 83.81º | 0.33% | 0.76% | - |
| XYZ | 39.25 | 48.08 | 28.33 | - |
| YUV | 178.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 130 | 0.13 | 0 | 0.33 | 0.24 | 83.81 | 0.34 | 0.63 |
| Hex | A8 | C1 | 82 | D | 0 | 21 | 18 | 54 | 22 | 3F |
| Octal | 250 | 301 | 202 | 15 | 0 | 41 | 30 | 124 | 42 | 77 |
| Binary | 10101000 | 11000001 | 10000010 | 1101 | 0 | 100001 | 11000 | 1010100 | 100010 | 111111 |
Color Harmonies of #A8C182
Complementary color
Monochromatic Colors of #A8C182
Black with #A8C182
Text Example
Text Example
White with #A8C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C182; }
p { color: rgb(168,193,130); }
H1.HeaderClassName
{
color: #A8C182;
}
.AnyTagClassName
{
color: #A8C182;
}
</style>
background-color css
<style>
a { background-color: #A8C182; }
a { background-color: rgb(168,193,130); }
div.DivClassName
{
background-color: #A8C182;
}
.BgClassName
{
background-color: #A8C182;
}
</style>
border-color css
<style>
span { border-color: #A8C182; }
span { border-color: rgb(168,193,130); }
td.TdClassName
{
border-color: #A8C182;
}
.TagClassName
{
border-color: #A8C182;
}
</style>