Shades of Caper #ADC289
Tints of Caper #ADC289
RGB
CMYK
RGB Variations
Color information
#ADC289 (or 0xADC289) is known color: Caper. HEX triplet: AD, C2 and 89. RGB value is (173,194,137). Sum of RGB (Red+Green+Blue) = 173+194+137=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC289 is #523D76. Grayscale: #B5B5B5. Windows color (decimal): -5389687 or 9028269. OLE color: 9028269.
HSL color Cylindrical-coordinate representation of color #ADC289: hue angle of 82.11º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC289 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 137 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.24 |
| HSL | 82.11º | 0.32% | 0.65% | - |
| HSV(B) | 82.11º | 0.29% | 0.76% | - |
| XYZ | 41.04 | 49.27 | 31.01 | - |
| YUV | 181.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 137 | 0.11 | 0 | 0.29 | 0.24 | 82.11 | 0.32 | 0.65 |
| Hex | AD | C2 | 89 | B | 0 | 1D | 18 | 52 | 20 | 41 |
| Octal | 255 | 302 | 211 | 13 | 0 | 35 | 30 | 122 | 40 | 101 |
| Binary | 10101101 | 11000010 | 10001001 | 1011 | 0 | 11101 | 11000 | 1010010 | 100000 | 1000001 |
Color Harmonies of #ADC289
Complementary color
Monochromatic Colors of #ADC289
Black with #ADC289
Text Example
Text Example
White with #ADC289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC289; }
p { color: rgb(173,194,137); }
H1.HeaderClassName
{
color: #ADC289;
}
.AnyTagClassName
{
color: #ADC289;
}
</style>
background-color css
<style>
a { background-color: #ADC289; }
a { background-color: rgb(173,194,137); }
div.DivClassName
{
background-color: #ADC289;
}
.BgClassName
{
background-color: #ADC289;
}
</style>
border-color css
<style>
span { border-color: #ADC289; }
span { border-color: rgb(173,194,137); }
td.TdClassName
{
border-color: #ADC289;
}
.TagClassName
{
border-color: #ADC289;
}
</style>