Shades of Caper #ADC581
Tints of Caper #ADC581
RGB
CMYK
RGB Variations
Color information
#ADC581 (or 0xADC581) is known color: Caper. HEX triplet: AD, C5 and 81. RGB value is (173,197,129). Sum of RGB (Red+Green+Blue) = 173+197+129=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC581 is #523A7E. Grayscale: #B6B6B6. Windows color (decimal): -5388927 or 8504749. OLE color: 8504749.
HSL color Cylindrical-coordinate representation of color #ADC581: hue angle of 81.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC581 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 129 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.23 |
| HSL | 81.18º | 0.37% | 0.64% | - |
| HSV(B) | 81.18º | 0.35% | 0.77% | - |
| XYZ | 41.16 | 50.4 | 28.33 | - |
| YUV | 182.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 129 | 0.12 | 0 | 0.35 | 0.23 | 81.18 | 0.37 | 0.64 |
| Hex | AD | C5 | 81 | C | 0 | 23 | 17 | 51 | 25 | 40 |
| Octal | 255 | 305 | 201 | 14 | 0 | 43 | 27 | 121 | 45 | 100 |
| Binary | 10101101 | 11000101 | 10000001 | 1100 | 0 | 100011 | 10111 | 1010001 | 100101 | 1000000 |
Color Harmonies of #ADC581
Complementary color
Monochromatic Colors of #ADC581
Black with #ADC581
Text Example
Text Example
White with #ADC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC581; }
p { color: rgb(173,197,129); }
H1.HeaderClassName
{
color: #ADC581;
}
.AnyTagClassName
{
color: #ADC581;
}
</style>
background-color css
<style>
a { background-color: #ADC581; }
a { background-color: rgb(173,197,129); }
div.DivClassName
{
background-color: #ADC581;
}
.BgClassName
{
background-color: #ADC581;
}
</style>
border-color css
<style>
span { border-color: #ADC581; }
span { border-color: rgb(173,197,129); }
td.TdClassName
{
border-color: #ADC581;
}
.TagClassName
{
border-color: #ADC581;
}
</style>