Shades of Caper #ADCC82
Tints of Caper #ADCC82
RGB
CMYK
RGB Variations
Color information
#ADCC82 (or 0xADCC82) is known color: Caper. HEX triplet: AD, CC and 82. RGB value is (173,204,130). Sum of RGB (Red+Green+Blue) = 173+204+130=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC82 is #52337D. Grayscale: #BABABA. Windows color (decimal): -5387134 or 8572077. OLE color: 8572077.
HSL color Cylindrical-coordinate representation of color #ADCC82: hue angle of 85.14º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADCC82 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 130 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.2 |
| HSL | 85.14º | 0.42% | 0.65% | - |
| HSV(B) | 85.14º | 0.36% | 0.8% | - |
| XYZ | 42.86 | 53.68 | 29.22 | - |
| YUV | 186.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 130 | 0.15 | 0 | 0.36 | 0.2 | 85.14 | 0.42 | 0.65 |
| Hex | AD | CC | 82 | F | 0 | 24 | 14 | 55 | 2A | 41 |
| Octal | 255 | 314 | 202 | 17 | 0 | 44 | 24 | 125 | 52 | 101 |
| Binary | 10101101 | 11001100 | 10000010 | 1111 | 0 | 100100 | 10100 | 1010101 | 101010 | 1000001 |
Color Harmonies of #ADCC82
Complementary color
Monochromatic Colors of #ADCC82
Black with #ADCC82
Text Example
Text Example
White with #ADCC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC82; }
p { color: rgb(173,204,130); }
H1.HeaderClassName
{
color: #ADCC82;
}
.AnyTagClassName
{
color: #ADCC82;
}
</style>
background-color css
<style>
a { background-color: #ADCC82; }
a { background-color: rgb(173,204,130); }
div.DivClassName
{
background-color: #ADCC82;
}
.BgClassName
{
background-color: #ADCC82;
}
</style>
border-color css
<style>
span { border-color: #ADCC82; }
span { border-color: rgb(173,204,130); }
td.TdClassName
{
border-color: #ADCC82;
}
.TagClassName
{
border-color: #ADCC82;
}
</style>