Shades of Caper #ADC074
Tints of Caper #ADC074
RGB
CMYK
RGB Variations
Color information
#ADC074 (or 0xADC074) is known color: Caper. HEX triplet: AD, C0 and 74. RGB value is (173,192,116). Sum of RGB (Red+Green+Blue) = 173+192+116=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC074 is #523F8B. Grayscale: #B1B1B1. Windows color (decimal): -5390220 or 7651501. OLE color: 7651501.
HSL color Cylindrical-coordinate representation of color #ADC074: hue angle of 75º 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 #ADC074 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 116 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.25 |
| HSL | 75º | 0.38% | 0.6% | - |
| HSV(B) | 75º | 0.4% | 0.75% | - |
| XYZ | 39.24 | 47.84 | 23.69 | - |
| YUV | 177.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 116 | 0.10 | 0 | 0.40 | 0.25 | 75 | 0.38 | 0.6 |
| Hex | AD | C0 | 74 | A | 0 | 28 | 19 | 4B | 26 | 3C |
| Octal | 255 | 300 | 164 | 12 | 0 | 50 | 31 | 113 | 46 | 74 |
| Binary | 10101101 | 11000000 | 1110100 | 1010 | 0 | 101000 | 11001 | 1001011 | 100110 | 111100 |
Color Harmonies of #ADC074
Complementary color
Monochromatic Colors of #ADC074
Black with #ADC074
Text Example
Text Example
White with #ADC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC074; }
p { color: rgb(173,192,116); }
H1.HeaderClassName
{
color: #ADC074;
}
.AnyTagClassName
{
color: #ADC074;
}
</style>
background-color css
<style>
a { background-color: #ADC074; }
a { background-color: rgb(173,192,116); }
div.DivClassName
{
background-color: #ADC074;
}
.BgClassName
{
background-color: #ADC074;
}
</style>
border-color css
<style>
span { border-color: #ADC074; }
span { border-color: rgb(173,192,116); }
td.TdClassName
{
border-color: #ADC074;
}
.TagClassName
{
border-color: #ADC074;
}
</style>