Shades of Caper #ADCC80
Tints of Caper #ADCC80
RGB
CMYK
RGB Variations
Color information
#ADCC80 (or 0xADCC80) is known color: Caper. HEX triplet: AD, CC and 80. RGB value is (173,204,128). Sum of RGB (Red+Green+Blue) = 173+204+128=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC80 is #52337F. Grayscale: #BABABA. Windows color (decimal): -5387136 or 8441005. OLE color: 8441005.
HSL color Cylindrical-coordinate representation of color #ADCC80: hue angle of 84.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADCC80 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 128 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.2 |
| HSL | 84.47º | 0.43% | 0.65% | - |
| HSV(B) | 84.47º | 0.37% | 0.8% | - |
| XYZ | 42.72 | 53.63 | 28.52 | - |
| YUV | 186.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 128 | 0.15 | 0 | 0.37 | 0.2 | 84.47 | 0.43 | 0.65 |
| Hex | AD | CC | 80 | F | 0 | 25 | 14 | 54 | 2B | 41 |
| Octal | 255 | 314 | 200 | 17 | 0 | 45 | 24 | 124 | 53 | 101 |
| Binary | 10101101 | 11001100 | 10000000 | 1111 | 0 | 100101 | 10100 | 1010100 | 101011 | 1000001 |
Color Harmonies of #ADCC80
Complementary color
Monochromatic Colors of #ADCC80
Black with #ADCC80
Text Example
Text Example
White with #ADCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC80; }
p { color: rgb(173,204,128); }
H1.HeaderClassName
{
color: #ADCC80;
}
.AnyTagClassName
{
color: #ADCC80;
}
</style>
background-color css
<style>
a { background-color: #ADCC80; }
a { background-color: rgb(173,204,128); }
div.DivClassName
{
background-color: #ADCC80;
}
.BgClassName
{
background-color: #ADCC80;
}
</style>
border-color css
<style>
span { border-color: #ADCC80; }
span { border-color: rgb(173,204,128); }
td.TdClassName
{
border-color: #ADCC80;
}
.TagClassName
{
border-color: #ADCC80;
}
</style>