Shades of Caper #ADCE76
Tints of Caper #ADCE76
RGB
CMYK
RGB Variations
Color information
#ADCE76 (or 0xADCE76) is known color: Caper. HEX triplet: AD, CE and 76. RGB value is (173,206,118). Sum of RGB (Red+Green+Blue) = 173+206+118=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE76 is #523189. Grayscale: #BABABA. Windows color (decimal): -5386634 or 7786157. OLE color: 7786157.
HSL color Cylindrical-coordinate representation of color #ADCE76: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCE76 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 118 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.19 |
| HSL | 82.5º | 0.47% | 0.64% | - |
| HSV(B) | 82.5º | 0.43% | 0.81% | - |
| XYZ | 42.57 | 54.33 | 25.38 | - |
| YUV | 186.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 118 | 0.16 | 0 | 0.43 | 0.19 | 82.5 | 0.47 | 0.64 |
| Hex | AD | CE | 76 | 10 | 0 | 2B | 13 | 52 | 2F | 40 |
| Octal | 255 | 316 | 166 | 20 | 0 | 53 | 23 | 122 | 57 | 100 |
| Binary | 10101101 | 11001110 | 1110110 | 10000 | 0 | 101011 | 10011 | 1010010 | 101111 | 1000000 |
Color Harmonies of #ADCE76
Complementary color
Monochromatic Colors of #ADCE76
Black with #ADCE76
Text Example
Text Example
White with #ADCE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE76; }
p { color: rgb(173,206,118); }
H1.HeaderClassName
{
color: #ADCE76;
}
.AnyTagClassName
{
color: #ADCE76;
}
</style>
background-color css
<style>
a { background-color: #ADCE76; }
a { background-color: rgb(173,206,118); }
div.DivClassName
{
background-color: #ADCE76;
}
.BgClassName
{
background-color: #ADCE76;
}
</style>
border-color css
<style>
span { border-color: #ADCE76; }
span { border-color: rgb(173,206,118); }
td.TdClassName
{
border-color: #ADCE76;
}
.TagClassName
{
border-color: #ADCE76;
}
</style>