Shades of Caper #ADC079
Tints of Caper #ADC079
RGB
CMYK
RGB Variations
Color information
#ADC079 (or 0xADC079) is known color: Caper. HEX triplet: AD, C0 and 79. RGB value is (173,192,121). Sum of RGB (Red+Green+Blue) = 173+192+121=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC079 is #523F86. Grayscale: #B2B2B2. Windows color (decimal): -5390215 or 7979181. OLE color: 7979181.
HSL color Cylindrical-coordinate representation of color #ADC079: hue angle of 76.06º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC079 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 121 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.25 |
| HSL | 76.06º | 0.36% | 0.61% | - |
| HSV(B) | 76.06º | 0.37% | 0.75% | - |
| XYZ | 39.53 | 47.96 | 25.26 | - |
| YUV | 178.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 121 | 0.10 | 0 | 0.37 | 0.25 | 76.06 | 0.36 | 0.61 |
| Hex | AD | C0 | 79 | A | 0 | 25 | 19 | 4C | 24 | 3D |
| Octal | 255 | 300 | 171 | 12 | 0 | 45 | 31 | 114 | 44 | 75 |
| Binary | 10101101 | 11000000 | 1111001 | 1010 | 0 | 100101 | 11001 | 1001100 | 100100 | 111101 |
Color Harmonies of #ADC079
Complementary color
Monochromatic Colors of #ADC079
Black with #ADC079
Text Example
Text Example
White with #ADC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC079; }
p { color: rgb(173,192,121); }
H1.HeaderClassName
{
color: #ADC079;
}
.AnyTagClassName
{
color: #ADC079;
}
</style>
background-color css
<style>
a { background-color: #ADC079; }
a { background-color: rgb(173,192,121); }
div.DivClassName
{
background-color: #ADC079;
}
.BgClassName
{
background-color: #ADC079;
}
</style>
border-color css
<style>
span { border-color: #ADC079; }
span { border-color: rgb(173,192,121); }
td.TdClassName
{
border-color: #ADC079;
}
.TagClassName
{
border-color: #ADC079;
}
</style>