Shades of Caper #ADC075
Tints of Caper #ADC075
RGB
CMYK
RGB Variations
Color information
#ADC075 (or 0xADC075) is known color: Caper. HEX triplet: AD, C0 and 75. RGB value is (173,192,117). Sum of RGB (Red+Green+Blue) = 173+192+117=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC075 is #523F8A. Grayscale: #B2B2B2. Windows color (decimal): -5390219 or 7717037. OLE color: 7717037.
HSL color Cylindrical-coordinate representation of color #ADC075: hue angle of 75.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC075 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 117 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.25 |
| HSL | 75.2º | 0.37% | 0.61% | - |
| HSV(B) | 75.2º | 0.39% | 0.75% | - |
| XYZ | 39.29 | 47.87 | 24 | - |
| YUV | 177.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 117 | 0.10 | 0 | 0.39 | 0.25 | 75.2 | 0.37 | 0.61 |
| Hex | AD | C0 | 75 | A | 0 | 27 | 19 | 4B | 25 | 3D |
| Octal | 255 | 300 | 165 | 12 | 0 | 47 | 31 | 113 | 45 | 75 |
| Binary | 10101101 | 11000000 | 1110101 | 1010 | 0 | 100111 | 11001 | 1001011 | 100101 | 111101 |
Color Harmonies of #ADC075
Complementary color
Monochromatic Colors of #ADC075
Black with #ADC075
Text Example
Text Example
White with #ADC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC075; }
p { color: rgb(173,192,117); }
H1.HeaderClassName
{
color: #ADC075;
}
.AnyTagClassName
{
color: #ADC075;
}
</style>
background-color css
<style>
a { background-color: #ADC075; }
a { background-color: rgb(173,192,117); }
div.DivClassName
{
background-color: #ADC075;
}
.BgClassName
{
background-color: #ADC075;
}
</style>
border-color css
<style>
span { border-color: #ADC075; }
span { border-color: rgb(173,192,117); }
td.TdClassName
{
border-color: #ADC075;
}
.TagClassName
{
border-color: #ADC075;
}
</style>