Shades of Caper #ADBC71
Tints of Caper #ADBC71
RGB
CMYK
RGB Variations
Color information
#ADBC71 (or 0xADBC71) is known color: Caper. HEX triplet: AD, BC and 71. RGB value is (173,188,113). Sum of RGB (Red+Green+Blue) = 173+188+113=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC71 is #52438E. Grayscale: #AFAFAF. Windows color (decimal): -5391247 or 7453869. OLE color: 7453869.
HSL color Cylindrical-coordinate representation of color #ADBC71: hue angle of 72º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADBC71 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 113 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.26 |
| HSL | 72º | 0.36% | 0.59% | - |
| HSV(B) | 72º | 0.4% | 0.74% | - |
| XYZ | 38.2 | 46.04 | 22.5 | - |
| YUV | 174.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 113 | 0.08 | 0 | 0.40 | 0.26 | 72 | 0.36 | 0.59 |
| Hex | AD | BC | 71 | 8 | 0 | 28 | 1A | 48 | 24 | 3B |
| Octal | 255 | 274 | 161 | 10 | 0 | 50 | 32 | 110 | 44 | 73 |
| Binary | 10101101 | 10111100 | 1110001 | 1000 | 0 | 101000 | 11010 | 1001000 | 100100 | 111011 |
Color Harmonies of #ADBC71
Complementary color
Monochromatic Colors of #ADBC71
Black with #ADBC71
Text Example
Text Example
White with #ADBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC71; }
p { color: rgb(173,188,113); }
H1.HeaderClassName
{
color: #ADBC71;
}
.AnyTagClassName
{
color: #ADBC71;
}
</style>
background-color css
<style>
a { background-color: #ADBC71; }
a { background-color: rgb(173,188,113); }
div.DivClassName
{
background-color: #ADBC71;
}
.BgClassName
{
background-color: #ADBC71;
}
</style>
border-color css
<style>
span { border-color: #ADBC71; }
span { border-color: rgb(173,188,113); }
td.TdClassName
{
border-color: #ADBC71;
}
.TagClassName
{
border-color: #ADBC71;
}
</style>