Shades of Caper #A8C872
Tints of Caper #A8C872
RGB
CMYK
RGB Variations
Color information
#A8C872 (or 0xA8C872) is known color: Caper. HEX triplet: A8, C8 and 72. RGB value is (168,200,114). Sum of RGB (Red+Green+Blue) = 168+200+114=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C872 is #57378D. Grayscale: #B4B4B4. Windows color (decimal): -5715854 or 7522472. OLE color: 7522472.
HSL color Cylindrical-coordinate representation of color #A8C872: hue angle of 82.33º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8C872 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 114 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.22 |
| HSL | 82.33º | 0.44% | 0.62% | - |
| HSV(B) | 82.33º | 0.43% | 0.78% | - |
| XYZ | 39.84 | 50.85 | 23.63 | - |
| YUV | 180.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 114 | 0.16 | 0 | 0.43 | 0.22 | 82.33 | 0.44 | 0.62 |
| Hex | A8 | C8 | 72 | 10 | 0 | 2B | 16 | 52 | 2C | 3E |
| Octal | 250 | 310 | 162 | 20 | 0 | 53 | 26 | 122 | 54 | 76 |
| Binary | 10101000 | 11001000 | 1110010 | 10000 | 0 | 101011 | 10110 | 1010010 | 101100 | 111110 |
Color Harmonies of #A8C872
Complementary color
Monochromatic Colors of #A8C872
Black with #A8C872
Text Example
Text Example
White with #A8C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C872; }
p { color: rgb(168,200,114); }
H1.HeaderClassName
{
color: #A8C872;
}
.AnyTagClassName
{
color: #A8C872;
}
</style>
background-color css
<style>
a { background-color: #A8C872; }
a { background-color: rgb(168,200,114); }
div.DivClassName
{
background-color: #A8C872;
}
.BgClassName
{
background-color: #A8C872;
}
</style>
border-color css
<style>
span { border-color: #A8C872; }
span { border-color: rgb(168,200,114); }
td.TdClassName
{
border-color: #A8C872;
}
.TagClassName
{
border-color: #A8C872;
}
</style>