Shades of Caper #ADC071
Tints of Caper #ADC071
RGB
CMYK
RGB Variations
Color information
#ADC071 (or 0xADC071) is known color: Caper. HEX triplet: AD, C0 and 71. RGB value is (173,192,113). Sum of RGB (Red+Green+Blue) = 173+192+113=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC071 is #523F8E. Grayscale: #B1B1B1. Windows color (decimal): -5390223 or 7454893. OLE color: 7454893.
HSL color Cylindrical-coordinate representation of color #ADC071: hue angle of 74.43º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC071 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 113 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.25 |
| HSL | 74.43º | 0.39% | 0.6% | - |
| HSV(B) | 74.43º | 0.41% | 0.75% | - |
| XYZ | 39.06 | 47.78 | 22.79 | - |
| YUV | 177.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 113 | 0.10 | 0 | 0.41 | 0.25 | 74.43 | 0.39 | 0.6 |
| Hex | AD | C0 | 71 | A | 0 | 29 | 19 | 4A | 27 | 3C |
| Octal | 255 | 300 | 161 | 12 | 0 | 51 | 31 | 112 | 47 | 74 |
| Binary | 10101101 | 11000000 | 1110001 | 1010 | 0 | 101001 | 11001 | 1001010 | 100111 | 111100 |
Color Harmonies of #ADC071
Complementary color
Monochromatic Colors of #ADC071
Black with #ADC071
Text Example
Text Example
White with #ADC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC071; }
p { color: rgb(173,192,113); }
H1.HeaderClassName
{
color: #ADC071;
}
.AnyTagClassName
{
color: #ADC071;
}
</style>
background-color css
<style>
a { background-color: #ADC071; }
a { background-color: rgb(173,192,113); }
div.DivClassName
{
background-color: #ADC071;
}
.BgClassName
{
background-color: #ADC071;
}
</style>
border-color css
<style>
span { border-color: #ADC071; }
span { border-color: rgb(173,192,113); }
td.TdClassName
{
border-color: #ADC071;
}
.TagClassName
{
border-color: #ADC071;
}
</style>