Shades of Caper #ADC879
Tints of Caper #ADC879
RGB
CMYK
RGB Variations
Color information
#ADC879 (or 0xADC879) is known color: Caper. HEX triplet: AD, C8 and 79. RGB value is (173,200,121). Sum of RGB (Red+Green+Blue) = 173+200+121=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC879 is #523786. Grayscale: #B7B7B7. Windows color (decimal): -5388167 or 7981229. OLE color: 7981229.
HSL color Cylindrical-coordinate representation of color #ADC879: hue angle of 80.51º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC879 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 121 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.22 |
| HSL | 80.51º | 0.42% | 0.63% | - |
| HSV(B) | 80.51º | 0.4% | 0.78% | - |
| XYZ | 41.34 | 51.57 | 25.87 | - |
| YUV | 182.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 121 | 0.14 | 0 | 0.39 | 0.22 | 80.51 | 0.42 | 0.63 |
| Hex | AD | C8 | 79 | E | 0 | 27 | 16 | 51 | 2A | 3F |
| Octal | 255 | 310 | 171 | 16 | 0 | 47 | 26 | 121 | 52 | 77 |
| Binary | 10101101 | 11001000 | 1111001 | 1110 | 0 | 100111 | 10110 | 1010001 | 101010 | 111111 |
Color Harmonies of #ADC879
Complementary color
Monochromatic Colors of #ADC879
Black with #ADC879
Text Example
Text Example
White with #ADC879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC879; }
p { color: rgb(173,200,121); }
H1.HeaderClassName
{
color: #ADC879;
}
.AnyTagClassName
{
color: #ADC879;
}
</style>
background-color css
<style>
a { background-color: #ADC879; }
a { background-color: rgb(173,200,121); }
div.DivClassName
{
background-color: #ADC879;
}
.BgClassName
{
background-color: #ADC879;
}
</style>
border-color css
<style>
span { border-color: #ADC879; }
span { border-color: rgb(173,200,121); }
td.TdClassName
{
border-color: #ADC879;
}
.TagClassName
{
border-color: #ADC879;
}
</style>