Shades of Caper #ADC471
Tints of Caper #ADC471
RGB
CMYK
RGB Variations
Color information
#ADC471 (or 0xADC471) is known color: Caper. HEX triplet: AD, C4 and 71. RGB value is (173,196,113). Sum of RGB (Red+Green+Blue) = 173+196+113=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC471 is #523B8E. Grayscale: #B3B3B3. Windows color (decimal): -5389199 or 7455917. OLE color: 7455917.
HSL color Cylindrical-coordinate representation of color #ADC471: hue angle of 76.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC471 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 113 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.23 |
| HSL | 76.63º | 0.41% | 0.61% | - |
| HSV(B) | 76.63º | 0.42% | 0.77% | - |
| XYZ | 39.95 | 49.56 | 23.08 | - |
| YUV | 179.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 113 | 0.12 | 0 | 0.42 | 0.23 | 76.63 | 0.41 | 0.61 |
| Hex | AD | C4 | 71 | C | 0 | 2A | 17 | 4D | 29 | 3D |
| Octal | 255 | 304 | 161 | 14 | 0 | 52 | 27 | 115 | 51 | 75 |
| Binary | 10101101 | 11000100 | 1110001 | 1100 | 0 | 101010 | 10111 | 1001101 | 101001 | 111101 |
Color Harmonies of #ADC471
Complementary color
Monochromatic Colors of #ADC471
Black with #ADC471
Text Example
Text Example
White with #ADC471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC471; }
p { color: rgb(173,196,113); }
H1.HeaderClassName
{
color: #ADC471;
}
.AnyTagClassName
{
color: #ADC471;
}
</style>
background-color css
<style>
a { background-color: #ADC471; }
a { background-color: rgb(173,196,113); }
div.DivClassName
{
background-color: #ADC471;
}
.BgClassName
{
background-color: #ADC471;
}
</style>
border-color css
<style>
span { border-color: #ADC471; }
span { border-color: rgb(173,196,113); }
td.TdClassName
{
border-color: #ADC471;
}
.TagClassName
{
border-color: #ADC471;
}
</style>