Shades of Caper #ADC06F
Tints of Caper #ADC06F
RGB
CMYK
RGB Variations
Color information
#ADC06F (or 0xADC06F) is known color: Caper. HEX triplet: AD, C0 and 6F. RGB value is (173,192,111). Sum of RGB (Red+Green+Blue) = 173+192+111=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC06F is #523F90. Grayscale: #B1B1B1. Windows color (decimal): -5390225 or 7323821. OLE color: 7323821.
HSL color Cylindrical-coordinate representation of color #ADC06F: hue angle of 74.07º 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 #ADC06F is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 111 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.25 |
| HSL | 74.07º | 0.39% | 0.59% | - |
| HSV(B) | 74.07º | 0.42% | 0.75% | - |
| XYZ | 38.95 | 47.73 | 22.2 | - |
| YUV | 177.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 111 | 0.10 | 0 | 0.42 | 0.25 | 74.07 | 0.39 | 0.59 |
| Hex | AD | C0 | 6F | A | 0 | 2A | 19 | 4A | 27 | 3B |
| Octal | 255 | 300 | 157 | 12 | 0 | 52 | 31 | 112 | 47 | 73 |
| Binary | 10101101 | 11000000 | 1101111 | 1010 | 0 | 101010 | 11001 | 1001010 | 100111 | 111011 |
Color Harmonies of #ADC06F
Complementary color
Monochromatic Colors of #ADC06F
Black with #ADC06F
Text Example
Text Example
White with #ADC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC06F; }
p { color: rgb(173,192,111); }
H1.HeaderClassName
{
color: #ADC06F;
}
.AnyTagClassName
{
color: #ADC06F;
}
</style>
background-color css
<style>
a { background-color: #ADC06F; }
a { background-color: rgb(173,192,111); }
div.DivClassName
{
background-color: #ADC06F;
}
.BgClassName
{
background-color: #ADC06F;
}
</style>
border-color css
<style>
span { border-color: #ADC06F; }
span { border-color: rgb(173,192,111); }
td.TdClassName
{
border-color: #ADC06F;
}
.TagClassName
{
border-color: #ADC06F;
}
</style>