Shades of Caper #ADC076
Tints of Caper #ADC076
RGB
CMYK
RGB Variations
Color information
#ADC076 (or 0xADC076) is known color: Caper. HEX triplet: AD, C0 and 76. RGB value is (173,192,118). Sum of RGB (Red+Green+Blue) = 173+192+118=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC076 is #523F89. Grayscale: #B2B2B2. Windows color (decimal): -5390218 or 7782573. OLE color: 7782573.
HSL color Cylindrical-coordinate representation of color #ADC076: hue angle of 75.41º 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 #ADC076 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 118 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.25 |
| HSL | 75.41º | 0.37% | 0.61% | - |
| HSV(B) | 75.41º | 0.39% | 0.75% | - |
| XYZ | 39.35 | 47.89 | 24.31 | - |
| YUV | 177.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 118 | 0.10 | 0 | 0.39 | 0.25 | 75.41 | 0.37 | 0.61 |
| Hex | AD | C0 | 76 | A | 0 | 27 | 19 | 4B | 25 | 3D |
| Octal | 255 | 300 | 166 | 12 | 0 | 47 | 31 | 113 | 45 | 75 |
| Binary | 10101101 | 11000000 | 1110110 | 1010 | 0 | 100111 | 11001 | 1001011 | 100101 | 111101 |
Color Harmonies of #ADC076
Complementary color
Monochromatic Colors of #ADC076
Black with #ADC076
Text Example
Text Example
White with #ADC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC076; }
p { color: rgb(173,192,118); }
H1.HeaderClassName
{
color: #ADC076;
}
.AnyTagClassName
{
color: #ADC076;
}
</style>
background-color css
<style>
a { background-color: #ADC076; }
a { background-color: rgb(173,192,118); }
div.DivClassName
{
background-color: #ADC076;
}
.BgClassName
{
background-color: #ADC076;
}
</style>
border-color css
<style>
span { border-color: #ADC076; }
span { border-color: rgb(173,192,118); }
td.TdClassName
{
border-color: #ADC076;
}
.TagClassName
{
border-color: #ADC076;
}
</style>