Shades of Caper #ADC188
Tints of Caper #ADC188
RGB
CMYK
RGB Variations
Color information
#ADC188 (or 0xADC188) is known color: Caper. HEX triplet: AD, C1 and 88. RGB value is (173,193,136). Sum of RGB (Red+Green+Blue) = 173+193+136=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC188 is #523E77. Grayscale: #B4B4B4. Windows color (decimal): -5389944 or 8962477. OLE color: 8962477.
HSL color Cylindrical-coordinate representation of color #ADC188: hue angle of 81.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC188 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 136 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.24 |
| HSL | 81.05º | 0.31% | 0.65% | - |
| HSV(B) | 81.05º | 0.3% | 0.76% | - |
| XYZ | 40.75 | 48.8 | 30.56 | - |
| YUV | 180.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 136 | 0.10 | 0 | 0.30 | 0.24 | 81.05 | 0.31 | 0.65 |
| Hex | AD | C1 | 88 | A | 0 | 1E | 18 | 51 | 1F | 41 |
| Octal | 255 | 301 | 210 | 12 | 0 | 36 | 30 | 121 | 37 | 101 |
| Binary | 10101101 | 11000001 | 10001000 | 1010 | 0 | 11110 | 11000 | 1010001 | 11111 | 1000001 |
Color Harmonies of #ADC188
Complementary color
Monochromatic Colors of #ADC188
Black with #ADC188
Text Example
Text Example
White with #ADC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC188; }
p { color: rgb(173,193,136); }
H1.HeaderClassName
{
color: #ADC188;
}
.AnyTagClassName
{
color: #ADC188;
}
</style>
background-color css
<style>
a { background-color: #ADC188; }
a { background-color: rgb(173,193,136); }
div.DivClassName
{
background-color: #ADC188;
}
.BgClassName
{
background-color: #ADC188;
}
</style>
border-color css
<style>
span { border-color: #ADC188; }
span { border-color: rgb(173,193,136); }
td.TdClassName
{
border-color: #ADC188;
}
.TagClassName
{
border-color: #ADC188;
}
</style>