Shades of Caper #ADC889
Tints of Caper #ADC889
RGB
CMYK
RGB Variations
Color information
#ADC889 (or 0xADC889) is known color: Caper. HEX triplet: AD, C8 and 89. RGB value is (173,200,137). Sum of RGB (Red+Green+Blue) = 173+200+137=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC889 is #523776. Grayscale: #B8B8B8. Windows color (decimal): -5388151 or 9029805. OLE color: 9029805.
HSL color Cylindrical-coordinate representation of color #ADC889: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC889 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 137 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.22 |
| HSL | 85.71º | 0.36% | 0.66% | - |
| HSV(B) | 85.71º | 0.32% | 0.78% | - |
| XYZ | 42.4 | 52 | 31.47 | - |
| YUV | 184.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 137 | 0.14 | 0 | 0.32 | 0.22 | 85.71 | 0.36 | 0.66 |
| Hex | AD | C8 | 89 | E | 0 | 20 | 16 | 56 | 24 | 42 |
| Octal | 255 | 310 | 211 | 16 | 0 | 40 | 26 | 126 | 44 | 102 |
| Binary | 10101101 | 11001000 | 10001001 | 1110 | 0 | 100000 | 10110 | 1010110 | 100100 | 1000010 |
Color Harmonies of #ADC889
Complementary color
Monochromatic Colors of #ADC889
Black with #ADC889
Text Example
Text Example
White with #ADC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC889; }
p { color: rgb(173,200,137); }
H1.HeaderClassName
{
color: #ADC889;
}
.AnyTagClassName
{
color: #ADC889;
}
</style>
background-color css
<style>
a { background-color: #ADC889; }
a { background-color: rgb(173,200,137); }
div.DivClassName
{
background-color: #ADC889;
}
.BgClassName
{
background-color: #ADC889;
}
</style>
border-color css
<style>
span { border-color: #ADC889; }
span { border-color: rgb(173,200,137); }
td.TdClassName
{
border-color: #ADC889;
}
.TagClassName
{
border-color: #ADC889;
}
</style>