Shades of Caper #A8C782
Tints of Caper #A8C782
RGB
CMYK
RGB Variations
Color information
#A8C782 (or 0xA8C782) is known color: Caper. HEX triplet: A8, C7 and 82. RGB value is (168,199,130). Sum of RGB (Red+Green+Blue) = 168+199+130=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C782 is #57387D. Grayscale: #B6B6B6. Windows color (decimal): -5716094 or 8570792. OLE color: 8570792.
HSL color Cylindrical-coordinate representation of color #A8C782: hue angle of 86.96º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C782 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 130 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.22 |
| HSL | 86.96º | 0.38% | 0.65% | - |
| HSV(B) | 86.96º | 0.35% | 0.78% | - |
| XYZ | 40.6 | 50.78 | 28.78 | - |
| YUV | 181.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 130 | 0.16 | 0 | 0.35 | 0.22 | 86.96 | 0.38 | 0.65 |
| Hex | A8 | C7 | 82 | 10 | 0 | 23 | 16 | 57 | 26 | 41 |
| Octal | 250 | 307 | 202 | 20 | 0 | 43 | 26 | 127 | 46 | 101 |
| Binary | 10101000 | 11000111 | 10000010 | 10000 | 0 | 100011 | 10110 | 1010111 | 100110 | 1000001 |
Color Harmonies of #A8C782
Complementary color
Monochromatic Colors of #A8C782
Black with #A8C782
Text Example
Text Example
White with #A8C782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C782; }
p { color: rgb(168,199,130); }
H1.HeaderClassName
{
color: #A8C782;
}
.AnyTagClassName
{
color: #A8C782;
}
</style>
background-color css
<style>
a { background-color: #A8C782; }
a { background-color: rgb(168,199,130); }
div.DivClassName
{
background-color: #A8C782;
}
.BgClassName
{
background-color: #A8C782;
}
</style>
border-color css
<style>
span { border-color: #A8C782; }
span { border-color: rgb(168,199,130); }
td.TdClassName
{
border-color: #A8C782;
}
.TagClassName
{
border-color: #A8C782;
}
</style>