Shades of Caper #ADC489
Tints of Caper #ADC489
RGB
CMYK
RGB Variations
Color information
#ADC489 (or 0xADC489) is known color: Caper. HEX triplet: AD, C4 and 89. RGB value is (173,196,137). Sum of RGB (Red+Green+Blue) = 173+196+137=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC489 is #523B76. Grayscale: #B6B6B6. Windows color (decimal): -5389175 or 9028781. OLE color: 9028781.
HSL color Cylindrical-coordinate representation of color #ADC489: hue angle of 83.39º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC489 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 137 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.23 |
| HSL | 83.39º | 0.33% | 0.65% | - |
| HSV(B) | 83.39º | 0.3% | 0.77% | - |
| XYZ | 41.49 | 50.17 | 31.16 | - |
| YUV | 182.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 137 | 0.12 | 0 | 0.30 | 0.23 | 83.39 | 0.33 | 0.65 |
| Hex | AD | C4 | 89 | C | 0 | 1E | 17 | 53 | 21 | 41 |
| Octal | 255 | 304 | 211 | 14 | 0 | 36 | 27 | 123 | 41 | 101 |
| Binary | 10101101 | 11000100 | 10001001 | 1100 | 0 | 11110 | 10111 | 1010011 | 100001 | 1000001 |
Color Harmonies of #ADC489
Complementary color
Monochromatic Colors of #ADC489
Black with #ADC489
Text Example
Text Example
White with #ADC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC489; }
p { color: rgb(173,196,137); }
H1.HeaderClassName
{
color: #ADC489;
}
.AnyTagClassName
{
color: #ADC489;
}
</style>
background-color css
<style>
a { background-color: #ADC489; }
a { background-color: rgb(173,196,137); }
div.DivClassName
{
background-color: #ADC489;
}
.BgClassName
{
background-color: #ADC489;
}
</style>
border-color css
<style>
span { border-color: #ADC489; }
span { border-color: rgb(173,196,137); }
td.TdClassName
{
border-color: #ADC489;
}
.TagClassName
{
border-color: #ADC489;
}
</style>