Shades of Caper #ADC576
Tints of Caper #ADC576
RGB
CMYK
RGB Variations
Color information
#ADC576 (or 0xADC576) is known color: Caper. HEX triplet: AD, C5 and 76. RGB value is (173,197,118). Sum of RGB (Red+Green+Blue) = 173+197+118=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC576 is #523A89. Grayscale: #B5B5B5. Windows color (decimal): -5388938 or 7783853. OLE color: 7783853.
HSL color Cylindrical-coordinate representation of color #ADC576: hue angle of 78.23º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC576 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 118 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.23 |
| HSL | 78.23º | 0.41% | 0.62% | - |
| HSV(B) | 78.23º | 0.4% | 0.77% | - |
| XYZ | 40.47 | 50.12 | 24.68 | - |
| YUV | 180.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 118 | 0.12 | 0 | 0.40 | 0.23 | 78.23 | 0.41 | 0.62 |
| Hex | AD | C5 | 76 | C | 0 | 28 | 17 | 4E | 29 | 3E |
| Octal | 255 | 305 | 166 | 14 | 0 | 50 | 27 | 116 | 51 | 76 |
| Binary | 10101101 | 11000101 | 1110110 | 1100 | 0 | 101000 | 10111 | 1001110 | 101001 | 111110 |
Color Harmonies of #ADC576
Complementary color
Monochromatic Colors of #ADC576
Black with #ADC576
Text Example
Text Example
White with #ADC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC576; }
p { color: rgb(173,197,118); }
H1.HeaderClassName
{
color: #ADC576;
}
.AnyTagClassName
{
color: #ADC576;
}
</style>
background-color css
<style>
a { background-color: #ADC576; }
a { background-color: rgb(173,197,118); }
div.DivClassName
{
background-color: #ADC576;
}
.BgClassName
{
background-color: #ADC576;
}
</style>
border-color css
<style>
span { border-color: #ADC576; }
span { border-color: rgb(173,197,118); }
td.TdClassName
{
border-color: #ADC576;
}
.TagClassName
{
border-color: #ADC576;
}
</style>