Shades of Caper #A8C379
Tints of Caper #A8C379
RGB
CMYK
RGB Variations
Color information
#A8C379 (or 0xA8C379) is known color: Caper. HEX triplet: A8, C3 and 79. RGB value is (168,195,121). Sum of RGB (Red+Green+Blue) = 168+195+121=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C379 is #573C86. Grayscale: #B2B2B2. Windows color (decimal): -5717127 or 7979944. OLE color: 7979944.
HSL color Cylindrical-coordinate representation of color #A8C379: hue angle of 81.89º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C379 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 121 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.24 |
| HSL | 81.89º | 0.38% | 0.62% | - |
| HSV(B) | 81.89º | 0.38% | 0.76% | - |
| XYZ | 39.11 | 48.74 | 25.43 | - |
| YUV | 178.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 121 | 0.14 | 0 | 0.38 | 0.24 | 81.89 | 0.38 | 0.62 |
| Hex | A8 | C3 | 79 | E | 0 | 26 | 18 | 52 | 26 | 3E |
| Octal | 250 | 303 | 171 | 16 | 0 | 46 | 30 | 122 | 46 | 76 |
| Binary | 10101000 | 11000011 | 1111001 | 1110 | 0 | 100110 | 11000 | 1010010 | 100110 | 111110 |
Color Harmonies of #A8C379
Complementary color
Monochromatic Colors of #A8C379
Black with #A8C379
Text Example
Text Example
White with #A8C379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C379; }
p { color: rgb(168,195,121); }
H1.HeaderClassName
{
color: #A8C379;
}
.AnyTagClassName
{
color: #A8C379;
}
</style>
background-color css
<style>
a { background-color: #A8C379; }
a { background-color: rgb(168,195,121); }
div.DivClassName
{
background-color: #A8C379;
}
.BgClassName
{
background-color: #A8C379;
}
</style>
border-color css
<style>
span { border-color: #A8C379; }
span { border-color: rgb(168,195,121); }
td.TdClassName
{
border-color: #A8C379;
}
.TagClassName
{
border-color: #A8C379;
}
</style>