Shades of Caper #ADC871
Tints of Caper #ADC871
RGB
CMYK
RGB Variations
Color information
#ADC871 (or 0xADC871) is known color: Caper. HEX triplet: AD, C8 and 71. RGB value is (173,200,113). Sum of RGB (Red+Green+Blue) = 173+200+113=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC871 is #52378E. Grayscale: #B6B6B6. Windows color (decimal): -5388175 or 7456941. OLE color: 7456941.
HSL color Cylindrical-coordinate representation of color #ADC871: hue angle of 78.62º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC871 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 113 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.22 |
| HSL | 78.62º | 0.44% | 0.61% | - |
| HSV(B) | 78.62º | 0.44% | 0.78% | - |
| XYZ | 40.87 | 51.39 | 23.39 | - |
| YUV | 182.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 113 | 0.14 | 0 | 0.44 | 0.22 | 78.62 | 0.44 | 0.61 |
| Hex | AD | C8 | 71 | E | 0 | 2C | 16 | 4F | 2C | 3D |
| Octal | 255 | 310 | 161 | 16 | 0 | 54 | 26 | 117 | 54 | 75 |
| Binary | 10101101 | 11001000 | 1110001 | 1110 | 0 | 101100 | 10110 | 1001111 | 101100 | 111101 |
Color Harmonies of #ADC871
Complementary color
Monochromatic Colors of #ADC871
Black with #ADC871
Text Example
Text Example
White with #ADC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC871; }
p { color: rgb(173,200,113); }
H1.HeaderClassName
{
color: #ADC871;
}
.AnyTagClassName
{
color: #ADC871;
}
</style>
background-color css
<style>
a { background-color: #ADC871; }
a { background-color: rgb(173,200,113); }
div.DivClassName
{
background-color: #ADC871;
}
.BgClassName
{
background-color: #ADC871;
}
</style>
border-color css
<style>
span { border-color: #ADC871; }
span { border-color: rgb(173,200,113); }
td.TdClassName
{
border-color: #ADC871;
}
.TagClassName
{
border-color: #ADC871;
}
</style>