Shades of Caper #ADC073
Tints of Caper #ADC073
RGB
CMYK
RGB Variations
Color information
#ADC073 (or 0xADC073) is known color: Caper. HEX triplet: AD, C0 and 73. RGB value is (173,192,115). Sum of RGB (Red+Green+Blue) = 173+192+115=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC073 is #523F8C. Grayscale: #B1B1B1. Windows color (decimal): -5390221 or 7585965. OLE color: 7585965.
HSL color Cylindrical-coordinate representation of color #ADC073: hue angle of 74.81º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC073 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 115 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.25 |
| HSL | 74.81º | 0.38% | 0.6% | - |
| HSV(B) | 74.81º | 0.4% | 0.75% | - |
| XYZ | 39.18 | 47.82 | 23.39 | - |
| YUV | 177.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 115 | 0.10 | 0 | 0.40 | 0.25 | 74.81 | 0.38 | 0.6 |
| Hex | AD | C0 | 73 | A | 0 | 28 | 19 | 4B | 26 | 3C |
| Octal | 255 | 300 | 163 | 12 | 0 | 50 | 31 | 113 | 46 | 74 |
| Binary | 10101101 | 11000000 | 1110011 | 1010 | 0 | 101000 | 11001 | 1001011 | 100110 | 111100 |
Color Harmonies of #ADC073
Complementary color
Monochromatic Colors of #ADC073
Black with #ADC073
Text Example
Text Example
White with #ADC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC073; }
p { color: rgb(173,192,115); }
H1.HeaderClassName
{
color: #ADC073;
}
.AnyTagClassName
{
color: #ADC073;
}
</style>
background-color css
<style>
a { background-color: #ADC073; }
a { background-color: rgb(173,192,115); }
div.DivClassName
{
background-color: #ADC073;
}
.BgClassName
{
background-color: #ADC073;
}
</style>
border-color css
<style>
span { border-color: #ADC073; }
span { border-color: rgb(173,192,115); }
td.TdClassName
{
border-color: #ADC073;
}
.TagClassName
{
border-color: #ADC073;
}
</style>