Shades of Caper #A8C16F
Tints of Caper #A8C16F
RGB
CMYK
RGB Variations
Color information
#A8C16F (or 0xA8C16F) is known color: Caper. HEX triplet: A8, C1 and 6F. RGB value is (168,193,111). Sum of RGB (Red+Green+Blue) = 168+193+111=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C16F is #573E90. Grayscale: #B0B0B0. Windows color (decimal): -5717649 or 7324072. OLE color: 7324072.
HSL color Cylindrical-coordinate representation of color #A8C16F: hue angle of 78.29º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C16F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 111 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.24 |
| HSL | 78.29º | 0.4% | 0.6% | - |
| HSV(B) | 78.29º | 0.42% | 0.76% | - |
| XYZ | 38.09 | 47.61 | 22.22 | - |
| YUV | 176.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 111 | 0.13 | 0 | 0.42 | 0.24 | 78.29 | 0.4 | 0.6 |
| Hex | A8 | C1 | 6F | D | 0 | 2A | 18 | 4E | 28 | 3C |
| Octal | 250 | 301 | 157 | 15 | 0 | 52 | 30 | 116 | 50 | 74 |
| Binary | 10101000 | 11000001 | 1101111 | 1101 | 0 | 101010 | 11000 | 1001110 | 101000 | 111100 |
Color Harmonies of #A8C16F
Complementary color
Monochromatic Colors of #A8C16F
Black with #A8C16F
Text Example
Text Example
White with #A8C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C16F; }
p { color: rgb(168,193,111); }
H1.HeaderClassName
{
color: #A8C16F;
}
.AnyTagClassName
{
color: #A8C16F;
}
</style>
background-color css
<style>
a { background-color: #A8C16F; }
a { background-color: rgb(168,193,111); }
div.DivClassName
{
background-color: #A8C16F;
}
.BgClassName
{
background-color: #A8C16F;
}
</style>
border-color css
<style>
span { border-color: #A8C16F; }
span { border-color: rgb(168,193,111); }
td.TdClassName
{
border-color: #A8C16F;
}
.TagClassName
{
border-color: #A8C16F;
}
</style>