Shades of Caper #A8C06F
Tints of Caper #A8C06F
RGB
CMYK
RGB Variations
Color information
#A8C06F (or 0xA8C06F) is known color: Caper. HEX triplet: A8, C0 and 6F. RGB value is (168,192,111). Sum of RGB (Red+Green+Blue) = 168+192+111=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C06F is #573F90. Grayscale: #AFAFAF. Windows color (decimal): -5717905 or 7323816. OLE color: 7323816.
HSL color Cylindrical-coordinate representation of color #A8C06F: hue angle of 77.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C06F is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 111 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.25 |
| HSL | 77.78º | 0.39% | 0.59% | - |
| HSV(B) | 77.78º | 0.42% | 0.75% | - |
| XYZ | 37.87 | 47.17 | 22.15 | - |
| YUV | 175.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 111 | 0.12 | 0 | 0.42 | 0.25 | 77.78 | 0.39 | 0.59 |
| Hex | A8 | C0 | 6F | C | 0 | 2A | 19 | 4E | 27 | 3B |
| Octal | 250 | 300 | 157 | 14 | 0 | 52 | 31 | 116 | 47 | 73 |
| Binary | 10101000 | 11000000 | 1101111 | 1100 | 0 | 101010 | 11001 | 1001110 | 100111 | 111011 |
Color Harmonies of #A8C06F
Complementary color
Monochromatic Colors of #A8C06F
Black with #A8C06F
Text Example
Text Example
White with #A8C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C06F; }
p { color: rgb(168,192,111); }
H1.HeaderClassName
{
color: #A8C06F;
}
.AnyTagClassName
{
color: #A8C06F;
}
</style>
background-color css
<style>
a { background-color: #A8C06F; }
a { background-color: rgb(168,192,111); }
div.DivClassName
{
background-color: #A8C06F;
}
.BgClassName
{
background-color: #A8C06F;
}
</style>
border-color css
<style>
span { border-color: #A8C06F; }
span { border-color: rgb(168,192,111); }
td.TdClassName
{
border-color: #A8C06F;
}
.TagClassName
{
border-color: #A8C06F;
}
</style>