Shades of Caper #A8C17E
Tints of Caper #A8C17E
RGB
CMYK
RGB Variations
Color information
#A8C17E (or 0xA8C17E) is known color: Caper. HEX triplet: A8, C1 and 7E. RGB value is (168,193,126). Sum of RGB (Red+Green+Blue) = 168+193+126=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C17E is #573E81. Grayscale: #B2B2B2. Windows color (decimal): -5717634 or 8307112. OLE color: 8307112.
HSL color Cylindrical-coordinate representation of color #A8C17E: hue angle of 82.39º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C17E is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 126 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.24 |
| HSL | 82.39º | 0.35% | 0.63% | - |
| HSV(B) | 82.39º | 0.35% | 0.76% | - |
| XYZ | 38.98 | 47.97 | 26.94 | - |
| YUV | 177.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 126 | 0.13 | 0 | 0.35 | 0.24 | 82.39 | 0.35 | 0.63 |
| Hex | A8 | C1 | 7E | D | 0 | 23 | 18 | 52 | 23 | 3F |
| Octal | 250 | 301 | 176 | 15 | 0 | 43 | 30 | 122 | 43 | 77 |
| Binary | 10101000 | 11000001 | 1111110 | 1101 | 0 | 100011 | 11000 | 1010010 | 100011 | 111111 |
Color Harmonies of #A8C17E
Complementary color
Monochromatic Colors of #A8C17E
Black with #A8C17E
Text Example
Text Example
White with #A8C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C17E; }
p { color: rgb(168,193,126); }
H1.HeaderClassName
{
color: #A8C17E;
}
.AnyTagClassName
{
color: #A8C17E;
}
</style>
background-color css
<style>
a { background-color: #A8C17E; }
a { background-color: rgb(168,193,126); }
div.DivClassName
{
background-color: #A8C17E;
}
.BgClassName
{
background-color: #A8C17E;
}
</style>
border-color css
<style>
span { border-color: #A8C17E; }
span { border-color: rgb(168,193,126); }
td.TdClassName
{
border-color: #A8C17E;
}
.TagClassName
{
border-color: #A8C17E;
}
</style>