Shades of Caper #ADC979
Tints of Caper #ADC979
RGB
CMYK
RGB Variations
Color information
#ADC979 (or 0xADC979) is known color: Caper. HEX triplet: AD, C9 and 79. RGB value is (173,201,121). Sum of RGB (Red+Green+Blue) = 173+201+121=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC979 is #523686. Grayscale: #B7B7B7. Windows color (decimal): -5387911 or 7981485. OLE color: 7981485.
HSL color Cylindrical-coordinate representation of color #ADC979: hue angle of 81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC979 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 121 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.21 |
| HSL | 81º | 0.43% | 0.63% | - |
| HSV(B) | 81º | 0.4% | 0.79% | - |
| XYZ | 41.57 | 52.04 | 25.94 | - |
| YUV | 183.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 121 | 0.14 | 0 | 0.40 | 0.21 | 81 | 0.43 | 0.63 |
| Hex | AD | C9 | 79 | E | 0 | 28 | 15 | 51 | 2B | 3F |
| Octal | 255 | 311 | 171 | 16 | 0 | 50 | 25 | 121 | 53 | 77 |
| Binary | 10101101 | 11001001 | 1111001 | 1110 | 0 | 101000 | 10101 | 1010001 | 101011 | 111111 |
Color Harmonies of #ADC979
Complementary color
Monochromatic Colors of #ADC979
Black with #ADC979
Text Example
Text Example
White with #ADC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC979; }
p { color: rgb(173,201,121); }
H1.HeaderClassName
{
color: #ADC979;
}
.AnyTagClassName
{
color: #ADC979;
}
</style>
background-color css
<style>
a { background-color: #ADC979; }
a { background-color: rgb(173,201,121); }
div.DivClassName
{
background-color: #ADC979;
}
.BgClassName
{
background-color: #ADC979;
}
</style>
border-color css
<style>
span { border-color: #ADC979; }
span { border-color: rgb(173,201,121); }
td.TdClassName
{
border-color: #ADC979;
}
.TagClassName
{
border-color: #ADC979;
}
</style>