Shades of Caper #ADC989
Tints of Caper #ADC989
RGB
CMYK
RGB Variations
Color information
#ADC989 (or 0xADC989) is known color: Caper. HEX triplet: AD, C9 and 89. RGB value is (173,201,137). Sum of RGB (Red+Green+Blue) = 173+201+137=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC989 is #523676. Grayscale: #B9B9B9. Windows color (decimal): -5387895 or 9030061. OLE color: 9030061.
HSL color Cylindrical-coordinate representation of color #ADC989: hue angle of 86.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC989 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 137 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.21 |
| HSL | 86.25º | 0.37% | 0.66% | - |
| HSV(B) | 86.25º | 0.32% | 0.79% | - |
| XYZ | 42.64 | 52.46 | 31.55 | - |
| YUV | 185.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 137 | 0.14 | 0 | 0.32 | 0.21 | 86.25 | 0.37 | 0.66 |
| Hex | AD | C9 | 89 | E | 0 | 20 | 15 | 56 | 25 | 42 |
| Octal | 255 | 311 | 211 | 16 | 0 | 40 | 25 | 126 | 45 | 102 |
| Binary | 10101101 | 11001001 | 10001001 | 1110 | 0 | 100000 | 10101 | 1010110 | 100101 | 1000010 |
Color Harmonies of #ADC989
Complementary color
Monochromatic Colors of #ADC989
Black with #ADC989
Text Example
Text Example
White with #ADC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC989; }
p { color: rgb(173,201,137); }
H1.HeaderClassName
{
color: #ADC989;
}
.AnyTagClassName
{
color: #ADC989;
}
</style>
background-color css
<style>
a { background-color: #ADC989; }
a { background-color: rgb(173,201,137); }
div.DivClassName
{
background-color: #ADC989;
}
.BgClassName
{
background-color: #ADC989;
}
</style>
border-color css
<style>
span { border-color: #ADC989; }
span { border-color: rgb(173,201,137); }
td.TdClassName
{
border-color: #ADC989;
}
.TagClassName
{
border-color: #ADC989;
}
</style>