Shades of Caper #ADC980
Tints of Caper #ADC980
RGB
CMYK
RGB Variations
Color information
#ADC980 (or 0xADC980) is known color: Caper. HEX triplet: AD, C9 and 80. RGB value is (173,201,128). Sum of RGB (Red+Green+Blue) = 173+201+128=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC980 is #52367F. Grayscale: #B8B8B8. Windows color (decimal): -5387904 or 8440237. OLE color: 8440237.
HSL color Cylindrical-coordinate representation of color #ADC980: hue angle of 83.01º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC980 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 128 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.21 |
| HSL | 83.01º | 0.4% | 0.65% | - |
| HSV(B) | 83.01º | 0.36% | 0.79% | - |
| XYZ | 42.02 | 52.22 | 28.29 | - |
| YUV | 184.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 128 | 0.14 | 0 | 0.36 | 0.21 | 83.01 | 0.4 | 0.65 |
| Hex | AD | C9 | 80 | E | 0 | 24 | 15 | 53 | 28 | 41 |
| Octal | 255 | 311 | 200 | 16 | 0 | 44 | 25 | 123 | 50 | 101 |
| Binary | 10101101 | 11001001 | 10000000 | 1110 | 0 | 100100 | 10101 | 1010011 | 101000 | 1000001 |
Color Harmonies of #ADC980
Complementary color
Monochromatic Colors of #ADC980
Black with #ADC980
Text Example
Text Example
White with #ADC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC980; }
p { color: rgb(173,201,128); }
H1.HeaderClassName
{
color: #ADC980;
}
.AnyTagClassName
{
color: #ADC980;
}
</style>
background-color css
<style>
a { background-color: #ADC980; }
a { background-color: rgb(173,201,128); }
div.DivClassName
{
background-color: #ADC980;
}
.BgClassName
{
background-color: #ADC980;
}
</style>
border-color css
<style>
span { border-color: #ADC980; }
span { border-color: rgb(173,201,128); }
td.TdClassName
{
border-color: #ADC980;
}
.TagClassName
{
border-color: #ADC980;
}
</style>