Shades of Caper #ADC171
Tints of Caper #ADC171
RGB
CMYK
RGB Variations
Color information
#ADC171 (or 0xADC171) is known color: Caper. HEX triplet: AD, C1 and 71. RGB value is (173,193,113). Sum of RGB (Red+Green+Blue) = 173+193+113=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC171 is #523E8E. Grayscale: #B2B2B2. Windows color (decimal): -5389967 or 7455149. OLE color: 7455149.
HSL color Cylindrical-coordinate representation of color #ADC171: hue angle of 75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC171 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 113 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.24 |
| HSL | 75º | 0.39% | 0.6% | - |
| HSV(B) | 75º | 0.41% | 0.76% | - |
| XYZ | 39.28 | 48.22 | 22.86 | - |
| YUV | 177.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 113 | 0.10 | 0 | 0.41 | 0.24 | 75 | 0.39 | 0.6 |
| Hex | AD | C1 | 71 | A | 0 | 29 | 18 | 4B | 27 | 3C |
| Octal | 255 | 301 | 161 | 12 | 0 | 51 | 30 | 113 | 47 | 74 |
| Binary | 10101101 | 11000001 | 1110001 | 1010 | 0 | 101001 | 11000 | 1001011 | 100111 | 111100 |
Color Harmonies of #ADC171
Complementary color
Monochromatic Colors of #ADC171
Black with #ADC171
Text Example
Text Example
White with #ADC171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC171; }
p { color: rgb(173,193,113); }
H1.HeaderClassName
{
color: #ADC171;
}
.AnyTagClassName
{
color: #ADC171;
}
</style>
background-color css
<style>
a { background-color: #ADC171; }
a { background-color: rgb(173,193,113); }
div.DivClassName
{
background-color: #ADC171;
}
.BgClassName
{
background-color: #ADC171;
}
</style>
border-color css
<style>
span { border-color: #ADC171; }
span { border-color: rgb(173,193,113); }
td.TdClassName
{
border-color: #ADC171;
}
.TagClassName
{
border-color: #ADC171;
}
</style>