Shades of Caper #A7C17B
Tints of Caper #A7C17B
RGB
CMYK
RGB Variations
Color information
#A7C17B (or 0xA7C17B) is known color: Caper. HEX triplet: A7, C1 and 7B. RGB value is (167,193,123). Sum of RGB (Red+Green+Blue) = 167+193+123=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C17B is #583E84. Grayscale: #B1B1B1. Windows color (decimal): -5783173 or 8110503. OLE color: 8110503.
HSL color Cylindrical-coordinate representation of color #A7C17B: hue angle of 82.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7C17B is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 123 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.24 |
| HSL | 82.29º | 0.36% | 0.62% | - |
| HSV(B) | 82.29º | 0.36% | 0.76% | - |
| XYZ | 38.58 | 47.79 | 25.93 | - |
| YUV | 177.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 123 | 0.13 | 0 | 0.36 | 0.24 | 82.29 | 0.36 | 0.62 |
| Hex | A7 | C1 | 7B | D | 0 | 24 | 18 | 52 | 24 | 3E |
| Octal | 247 | 301 | 173 | 15 | 0 | 44 | 30 | 122 | 44 | 76 |
| Binary | 10100111 | 11000001 | 1111011 | 1101 | 0 | 100100 | 11000 | 1010010 | 100100 | 111110 |
Color Harmonies of #A7C17B
Complementary color
Monochromatic Colors of #A7C17B
Black with #A7C17B
Text Example
Text Example
White with #A7C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C17B; }
p { color: rgb(167,193,123); }
H1.HeaderClassName
{
color: #A7C17B;
}
.AnyTagClassName
{
color: #A7C17B;
}
</style>
background-color css
<style>
a { background-color: #A7C17B; }
a { background-color: rgb(167,193,123); }
div.DivClassName
{
background-color: #A7C17B;
}
.BgClassName
{
background-color: #A7C17B;
}
</style>
border-color css
<style>
span { border-color: #A7C17B; }
span { border-color: rgb(167,193,123); }
td.TdClassName
{
border-color: #A7C17B;
}
.TagClassName
{
border-color: #A7C17B;
}
</style>