Shades of Caper #ADC16D
Tints of Caper #ADC16D
RGB
CMYK
RGB Variations
Color information
#ADC16D (or 0xADC16D) is known color: Caper. HEX triplet: AD, C1 and 6D. RGB value is (173,193,109). Sum of RGB (Red+Green+Blue) = 173+193+109=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC16D is #523E92. Grayscale: #B1B1B1. Windows color (decimal): -5389971 or 7193005. OLE color: 7193005.
HSL color Cylindrical-coordinate representation of color #ADC16D: hue angle of 74.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC16D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 109 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.24 |
| HSL | 74.29º | 0.4% | 0.59% | - |
| HSV(B) | 74.29º | 0.44% | 0.76% | - |
| XYZ | 39.06 | 48.13 | 21.7 | - |
| YUV | 177.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 109 | 0.10 | 0 | 0.44 | 0.24 | 74.29 | 0.4 | 0.59 |
| Hex | AD | C1 | 6D | A | 0 | 2C | 18 | 4A | 28 | 3B |
| Octal | 255 | 301 | 155 | 12 | 0 | 54 | 30 | 112 | 50 | 73 |
| Binary | 10101101 | 11000001 | 1101101 | 1010 | 0 | 101100 | 11000 | 1001010 | 101000 | 111011 |
Color Harmonies of #ADC16D
Complementary color
Monochromatic Colors of #ADC16D
Black with #ADC16D
Text Example
Text Example
White with #ADC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC16D; }
p { color: rgb(173,193,109); }
H1.HeaderClassName
{
color: #ADC16D;
}
.AnyTagClassName
{
color: #ADC16D;
}
</style>
background-color css
<style>
a { background-color: #ADC16D; }
a { background-color: rgb(173,193,109); }
div.DivClassName
{
background-color: #ADC16D;
}
.BgClassName
{
background-color: #ADC16D;
}
</style>
border-color css
<style>
span { border-color: #ADC16D; }
span { border-color: rgb(173,193,109); }
td.TdClassName
{
border-color: #ADC16D;
}
.TagClassName
{
border-color: #ADC16D;
}
</style>