Shades of Caper #ADCD76
Tints of Caper #ADCD76
RGB
CMYK
RGB Variations
Color information
#ADCD76 (or 0xADCD76) is known color: Caper. HEX triplet: AD, CD and 76. RGB value is (173,205,118). Sum of RGB (Red+Green+Blue) = 173+205+118=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD76 is #523289. Grayscale: #B9B9B9. Windows color (decimal): -5386890 or 7785901. OLE color: 7785901.
HSL color Cylindrical-coordinate representation of color #ADCD76: hue angle of 82.07º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADCD76 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 118 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.20 |
| HSL | 82.07º | 0.47% | 0.63% | - |
| HSV(B) | 82.07º | 0.42% | 0.8% | - |
| XYZ | 42.33 | 53.85 | 25.3 | - |
| YUV | 185.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 118 | 0.16 | 0 | 0.42 | 0.20 | 82.07 | 0.47 | 0.63 |
| Hex | AD | CD | 76 | 10 | 0 | 2A | 14 | 52 | 2F | 3F |
| Octal | 255 | 315 | 166 | 20 | 0 | 52 | 24 | 122 | 57 | 77 |
| Binary | 10101101 | 11001101 | 1110110 | 10000 | 0 | 101010 | 10100 | 1010010 | 101111 | 111111 |
Color Harmonies of #ADCD76
Complementary color
Monochromatic Colors of #ADCD76
Black with #ADCD76
Text Example
Text Example
White with #ADCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD76; }
p { color: rgb(173,205,118); }
H1.HeaderClassName
{
color: #ADCD76;
}
.AnyTagClassName
{
color: #ADCD76;
}
</style>
background-color css
<style>
a { background-color: #ADCD76; }
a { background-color: rgb(173,205,118); }
div.DivClassName
{
background-color: #ADCD76;
}
.BgClassName
{
background-color: #ADCD76;
}
</style>
border-color css
<style>
span { border-color: #ADCD76; }
span { border-color: rgb(173,205,118); }
td.TdClassName
{
border-color: #ADCD76;
}
.TagClassName
{
border-color: #ADCD76;
}
</style>