Shades of Caper #A7CA7E
Tints of Caper #A7CA7E
RGB
CMYK
RGB Variations
Color information
#A7CA7E (or 0xA7CA7E) is known color: Caper. HEX triplet: A7, CA and 7E. RGB value is (167,202,126). Sum of RGB (Red+Green+Blue) = 167+202+126=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA7E is #583581. Grayscale: #B7B7B7. Windows color (decimal): -5780866 or 8309415. OLE color: 8309415.
HSL color Cylindrical-coordinate representation of color #A7CA7E: hue angle of 87.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7CA7E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 126 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.21 |
| HSL | 87.63º | 0.42% | 0.64% | - |
| HSV(B) | 87.63º | 0.38% | 0.79% | - |
| XYZ | 40.82 | 51.96 | 27.62 | - |
| YUV | 182.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 126 | 0.17 | 0 | 0.38 | 0.21 | 87.63 | 0.42 | 0.64 |
| Hex | A7 | CA | 7E | 11 | 0 | 26 | 15 | 58 | 2A | 40 |
| Octal | 247 | 312 | 176 | 21 | 0 | 46 | 25 | 130 | 52 | 100 |
| Binary | 10100111 | 11001010 | 1111110 | 10001 | 0 | 100110 | 10101 | 1011000 | 101010 | 1000000 |
Color Harmonies of #A7CA7E
Complementary color
Monochromatic Colors of #A7CA7E
Black with #A7CA7E
Text Example
Text Example
White with #A7CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA7E; }
p { color: rgb(167,202,126); }
H1.HeaderClassName
{
color: #A7CA7E;
}
.AnyTagClassName
{
color: #A7CA7E;
}
</style>
background-color css
<style>
a { background-color: #A7CA7E; }
a { background-color: rgb(167,202,126); }
div.DivClassName
{
background-color: #A7CA7E;
}
.BgClassName
{
background-color: #A7CA7E;
}
</style>
border-color css
<style>
span { border-color: #A7CA7E; }
span { border-color: rgb(167,202,126); }
td.TdClassName
{
border-color: #A7CA7E;
}
.TagClassName
{
border-color: #A7CA7E;
}
</style>