Shades of Caper #A8C47D
Tints of Caper #A8C47D
RGB
CMYK
RGB Variations
Color information
#A8C47D (or 0xA8C47D) is known color: Caper. HEX triplet: A8, C4 and 7D. RGB value is (168,196,125). Sum of RGB (Red+Green+Blue) = 168+196+125=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C47D is #573B82. Grayscale: #B3B3B3. Windows color (decimal): -5716867 or 8242344. OLE color: 8242344.
HSL color Cylindrical-coordinate representation of color #A8C47D: hue angle of 83.66º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C47D is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 125 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.23 |
| HSL | 83.66º | 0.38% | 0.63% | - |
| HSV(B) | 83.66º | 0.36% | 0.77% | - |
| XYZ | 39.59 | 49.29 | 26.83 | - |
| YUV | 179.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 125 | 0.14 | 0 | 0.36 | 0.23 | 83.66 | 0.38 | 0.63 |
| Hex | A8 | C4 | 7D | E | 0 | 24 | 17 | 54 | 26 | 3F |
| Octal | 250 | 304 | 175 | 16 | 0 | 44 | 27 | 124 | 46 | 77 |
| Binary | 10101000 | 11000100 | 1111101 | 1110 | 0 | 100100 | 10111 | 1010100 | 100110 | 111111 |
Color Harmonies of #A8C47D
Complementary color
Monochromatic Colors of #A8C47D
Black with #A8C47D
Text Example
Text Example
White with #A8C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C47D; }
p { color: rgb(168,196,125); }
H1.HeaderClassName
{
color: #A8C47D;
}
.AnyTagClassName
{
color: #A8C47D;
}
</style>
background-color css
<style>
a { background-color: #A8C47D; }
a { background-color: rgb(168,196,125); }
div.DivClassName
{
background-color: #A8C47D;
}
.BgClassName
{
background-color: #A8C47D;
}
</style>
border-color css
<style>
span { border-color: #A8C47D; }
span { border-color: rgb(168,196,125); }
td.TdClassName
{
border-color: #A8C47D;
}
.TagClassName
{
border-color: #A8C47D;
}
</style>