Shades of Caper #A7C282
Tints of Caper #A7C282
RGB
CMYK
RGB Variations
Color information
#A7C282 (or 0xA7C282) is known color: Caper. HEX triplet: A7, C2 and 82. RGB value is (167,194,130). Sum of RGB (Red+Green+Blue) = 167+194+130=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C282 is #583D7D. Grayscale: #B2B2B2. Windows color (decimal): -5782910 or 8569511. OLE color: 8569511.
HSL color Cylindrical-coordinate representation of color #A7C282: hue angle of 85.31º degrees, saturation: 0.34, 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 #A7C282 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 130 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.24 |
| HSL | 85.31º | 0.34% | 0.64% | - |
| HSV(B) | 85.31º | 0.33% | 0.76% | - |
| XYZ | 39.26 | 48.41 | 28.39 | - |
| YUV | 178.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 130 | 0.14 | 0 | 0.33 | 0.24 | 85.31 | 0.34 | 0.64 |
| Hex | A7 | C2 | 82 | E | 0 | 21 | 18 | 55 | 22 | 40 |
| Octal | 247 | 302 | 202 | 16 | 0 | 41 | 30 | 125 | 42 | 100 |
| Binary | 10100111 | 11000010 | 10000010 | 1110 | 0 | 100001 | 11000 | 1010101 | 100010 | 1000000 |
Color Harmonies of #A7C282
Complementary color
Monochromatic Colors of #A7C282
Black with #A7C282
Text Example
Text Example
White with #A7C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C282; }
p { color: rgb(167,194,130); }
H1.HeaderClassName
{
color: #A7C282;
}
.AnyTagClassName
{
color: #A7C282;
}
</style>
background-color css
<style>
a { background-color: #A7C282; }
a { background-color: rgb(167,194,130); }
div.DivClassName
{
background-color: #A7C282;
}
.BgClassName
{
background-color: #A7C282;
}
</style>
border-color css
<style>
span { border-color: #A7C282; }
span { border-color: rgb(167,194,130); }
td.TdClassName
{
border-color: #A7C282;
}
.TagClassName
{
border-color: #A7C282;
}
</style>