Shades of Caper #ADC476
Tints of Caper #ADC476
RGB
CMYK
RGB Variations
Color information
#ADC476 (or 0xADC476) is known color: Caper. HEX triplet: AD, C4 and 76. RGB value is (173,196,118). Sum of RGB (Red+Green+Blue) = 173+196+118=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC476 is #523B89. Grayscale: #B4B4B4. Windows color (decimal): -5389194 or 7783597. OLE color: 7783597.
HSL color Cylindrical-coordinate representation of color #ADC476: hue angle of 77.69º degrees, saturation: 0.4, 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 #ADC476 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 118 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.23 |
| HSL | 77.69º | 0.4% | 0.62% | - |
| HSV(B) | 77.69º | 0.4% | 0.77% | - |
| XYZ | 40.24 | 49.67 | 24.61 | - |
| YUV | 180.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 118 | 0.12 | 0 | 0.40 | 0.23 | 77.69 | 0.4 | 0.62 |
| Hex | AD | C4 | 76 | C | 0 | 28 | 17 | 4E | 28 | 3E |
| Octal | 255 | 304 | 166 | 14 | 0 | 50 | 27 | 116 | 50 | 76 |
| Binary | 10101101 | 11000100 | 1110110 | 1100 | 0 | 101000 | 10111 | 1001110 | 101000 | 111110 |
Color Harmonies of #ADC476
Complementary color
Monochromatic Colors of #ADC476
Black with #ADC476
Text Example
Text Example
White with #ADC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC476; }
p { color: rgb(173,196,118); }
H1.HeaderClassName
{
color: #ADC476;
}
.AnyTagClassName
{
color: #ADC476;
}
</style>
background-color css
<style>
a { background-color: #ADC476; }
a { background-color: rgb(173,196,118); }
div.DivClassName
{
background-color: #ADC476;
}
.BgClassName
{
background-color: #ADC476;
}
</style>
border-color css
<style>
span { border-color: #ADC476; }
span { border-color: rgb(173,196,118); }
td.TdClassName
{
border-color: #ADC476;
}
.TagClassName
{
border-color: #ADC476;
}
</style>