Shades of Caper #ADC689
Tints of Caper #ADC689
RGB
CMYK
RGB Variations
Color information
#ADC689 (or 0xADC689) is known color: Caper. HEX triplet: AD, C6 and 89. RGB value is (173,198,137). Sum of RGB (Red+Green+Blue) = 173+198+137=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC689 is #523976. Grayscale: #B7B7B7. Windows color (decimal): -5388663 or 9029293. OLE color: 9029293.
HSL color Cylindrical-coordinate representation of color #ADC689: hue angle of 84.59º degrees, saturation: 0.35, 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 #ADC689 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 137 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.22 |
| HSL | 84.59º | 0.35% | 0.66% | - |
| HSV(B) | 84.59º | 0.31% | 0.78% | - |
| XYZ | 41.94 | 51.08 | 31.32 | - |
| YUV | 183.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 137 | 0.13 | 0 | 0.31 | 0.22 | 84.59 | 0.35 | 0.66 |
| Hex | AD | C6 | 89 | D | 0 | 1F | 16 | 55 | 23 | 42 |
| Octal | 255 | 306 | 211 | 15 | 0 | 37 | 26 | 125 | 43 | 102 |
| Binary | 10101101 | 11000110 | 10001001 | 1101 | 0 | 11111 | 10110 | 1010101 | 100011 | 1000010 |
Color Harmonies of #ADC689
Complementary color
Monochromatic Colors of #ADC689
Black with #ADC689
Text Example
Text Example
White with #ADC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC689; }
p { color: rgb(173,198,137); }
H1.HeaderClassName
{
color: #ADC689;
}
.AnyTagClassName
{
color: #ADC689;
}
</style>
background-color css
<style>
a { background-color: #ADC689; }
a { background-color: rgb(173,198,137); }
div.DivClassName
{
background-color: #ADC689;
}
.BgClassName
{
background-color: #ADC689;
}
</style>
border-color css
<style>
span { border-color: #ADC689; }
span { border-color: rgb(173,198,137); }
td.TdClassName
{
border-color: #ADC689;
}
.TagClassName
{
border-color: #ADC689;
}
</style>