Shades of Caper #ADC971
Tints of Caper #ADC971
RGB
CMYK
RGB Variations
Color information
#ADC971 (or 0xADC971) is known color: Caper. HEX triplet: AD, C9 and 71. RGB value is (173,201,113). Sum of RGB (Red+Green+Blue) = 173+201+113=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC971 is #52368E. Grayscale: #B6B6B6. Windows color (decimal): -5387919 or 7457197. OLE color: 7457197.
HSL color Cylindrical-coordinate representation of color #ADC971: hue angle of 79.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC971 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 113 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.21 |
| HSL | 79.09º | 0.45% | 0.62% | - |
| HSV(B) | 79.09º | 0.44% | 0.79% | - |
| XYZ | 41.1 | 51.85 | 23.46 | - |
| YUV | 182.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 113 | 0.14 | 0 | 0.44 | 0.21 | 79.09 | 0.45 | 0.62 |
| Hex | AD | C9 | 71 | E | 0 | 2C | 15 | 4F | 2D | 3E |
| Octal | 255 | 311 | 161 | 16 | 0 | 54 | 25 | 117 | 55 | 76 |
| Binary | 10101101 | 11001001 | 1110001 | 1110 | 0 | 101100 | 10101 | 1001111 | 101101 | 111110 |
Color Harmonies of #ADC971
Complementary color
Monochromatic Colors of #ADC971
Black with #ADC971
Text Example
Text Example
White with #ADC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC971; }
p { color: rgb(173,201,113); }
H1.HeaderClassName
{
color: #ADC971;
}
.AnyTagClassName
{
color: #ADC971;
}
</style>
background-color css
<style>
a { background-color: #ADC971; }
a { background-color: rgb(173,201,113); }
div.DivClassName
{
background-color: #ADC971;
}
.BgClassName
{
background-color: #ADC971;
}
</style>
border-color css
<style>
span { border-color: #ADC971; }
span { border-color: rgb(173,201,113); }
td.TdClassName
{
border-color: #ADC971;
}
.TagClassName
{
border-color: #ADC971;
}
</style>