Shades of Caper #ADC06D
Tints of Caper #ADC06D
RGB
CMYK
RGB Variations
Color information
#ADC06D (or 0xADC06D) is known color: Caper. HEX triplet: AD, C0 and 6D. RGB value is (173,192,109). Sum of RGB (Red+Green+Blue) = 173+192+109=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC06D is #523F92. Grayscale: #B1B1B1. Windows color (decimal): -5390227 or 7192749. OLE color: 7192749.
HSL color Cylindrical-coordinate representation of color #ADC06D: hue angle of 73.73º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC06D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 109 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.25 |
| HSL | 73.73º | 0.4% | 0.59% | - |
| HSV(B) | 73.73º | 0.43% | 0.75% | - |
| XYZ | 38.84 | 47.69 | 21.63 | - |
| YUV | 176.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 109 | 0.10 | 0 | 0.43 | 0.25 | 73.73 | 0.4 | 0.59 |
| Hex | AD | C0 | 6D | A | 0 | 2B | 19 | 4A | 28 | 3B |
| Octal | 255 | 300 | 155 | 12 | 0 | 53 | 31 | 112 | 50 | 73 |
| Binary | 10101101 | 11000000 | 1101101 | 1010 | 0 | 101011 | 11001 | 1001010 | 101000 | 111011 |
Color Harmonies of #ADC06D
Complementary color
Monochromatic Colors of #ADC06D
Black with #ADC06D
Text Example
Text Example
White with #ADC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC06D; }
p { color: rgb(173,192,109); }
H1.HeaderClassName
{
color: #ADC06D;
}
.AnyTagClassName
{
color: #ADC06D;
}
</style>
background-color css
<style>
a { background-color: #ADC06D; }
a { background-color: rgb(173,192,109); }
div.DivClassName
{
background-color: #ADC06D;
}
.BgClassName
{
background-color: #ADC06D;
}
</style>
border-color css
<style>
span { border-color: #ADC06D; }
span { border-color: rgb(173,192,109); }
td.TdClassName
{
border-color: #ADC06D;
}
.TagClassName
{
border-color: #ADC06D;
}
</style>