Shades of Caper #ADC583
Tints of Caper #ADC583
RGB
CMYK
RGB Variations
Color information
#ADC583 (or 0xADC583) is known color: Caper. HEX triplet: AD, C5 and 83. RGB value is (173,197,131). Sum of RGB (Red+Green+Blue) = 173+197+131=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC583 is #523A7C. Grayscale: #B6B6B6. Windows color (decimal): -5388925 or 8635821. OLE color: 8635821.
HSL color Cylindrical-coordinate representation of color #ADC583: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC583 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 131 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.23 |
| HSL | 81.82º | 0.36% | 0.64% | - |
| HSV(B) | 81.82º | 0.34% | 0.77% | - |
| XYZ | 41.3 | 50.46 | 29.04 | - |
| YUV | 182.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 131 | 0.12 | 0 | 0.34 | 0.23 | 81.82 | 0.36 | 0.64 |
| Hex | AD | C5 | 83 | C | 0 | 22 | 17 | 52 | 24 | 40 |
| Octal | 255 | 305 | 203 | 14 | 0 | 42 | 27 | 122 | 44 | 100 |
| Binary | 10101101 | 11000101 | 10000011 | 1100 | 0 | 100010 | 10111 | 1010010 | 100100 | 1000000 |
Color Harmonies of #ADC583
Complementary color
Monochromatic Colors of #ADC583
Black with #ADC583
Text Example
Text Example
White with #ADC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC583; }
p { color: rgb(173,197,131); }
H1.HeaderClassName
{
color: #ADC583;
}
.AnyTagClassName
{
color: #ADC583;
}
</style>
background-color css
<style>
a { background-color: #ADC583; }
a { background-color: rgb(173,197,131); }
div.DivClassName
{
background-color: #ADC583;
}
.BgClassName
{
background-color: #ADC583;
}
</style>
border-color css
<style>
span { border-color: #ADC583; }
span { border-color: rgb(173,197,131); }
td.TdClassName
{
border-color: #ADC583;
}
.TagClassName
{
border-color: #ADC583;
}
</style>