Shades of Caper #A8C07D
Tints of Caper #A8C07D
RGB
CMYK
RGB Variations
Color information
#A8C07D (or 0xA8C07D) is known color: Caper. HEX triplet: A8, C0 and 7D. RGB value is (168,192,125). Sum of RGB (Red+Green+Blue) = 168+192+125=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C07D is #573F82. Grayscale: #B1B1B1. Windows color (decimal): -5717891 or 8241320. OLE color: 8241320.
HSL color Cylindrical-coordinate representation of color #A8C07D: hue angle of 81.49º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C07D is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 125 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.25 |
| HSL | 81.49º | 0.35% | 0.62% | - |
| HSV(B) | 81.49º | 0.35% | 0.75% | - |
| XYZ | 38.7 | 47.5 | 26.53 | - |
| YUV | 177.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 125 | 0.12 | 0 | 0.35 | 0.25 | 81.49 | 0.35 | 0.62 |
| Hex | A8 | C0 | 7D | C | 0 | 23 | 19 | 51 | 23 | 3E |
| Octal | 250 | 300 | 175 | 14 | 0 | 43 | 31 | 121 | 43 | 76 |
| Binary | 10101000 | 11000000 | 1111101 | 1100 | 0 | 100011 | 11001 | 1010001 | 100011 | 111110 |
Color Harmonies of #A8C07D
Complementary color
Monochromatic Colors of #A8C07D
Black with #A8C07D
Text Example
Text Example
White with #A8C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C07D; }
p { color: rgb(168,192,125); }
H1.HeaderClassName
{
color: #A8C07D;
}
.AnyTagClassName
{
color: #A8C07D;
}
</style>
background-color css
<style>
a { background-color: #A8C07D; }
a { background-color: rgb(168,192,125); }
div.DivClassName
{
background-color: #A8C07D;
}
.BgClassName
{
background-color: #A8C07D;
}
</style>
border-color css
<style>
span { border-color: #A8C07D; }
span { border-color: rgb(168,192,125); }
td.TdClassName
{
border-color: #A8C07D;
}
.TagClassName
{
border-color: #A8C07D;
}
</style>