Shades of Caper #ADC185
Tints of Caper #ADC185
RGB
CMYK
RGB Variations
Color information
#ADC185 (or 0xADC185) is known color: Caper. HEX triplet: AD, C1 and 85. RGB value is (173,193,133). Sum of RGB (Red+Green+Blue) = 173+193+133=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC185 is #523E7A. Grayscale: #B4B4B4. Windows color (decimal): -5389947 or 8765869. OLE color: 8765869.
HSL color Cylindrical-coordinate representation of color #ADC185: hue angle of 80º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC185 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 133 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.24 |
| HSL | 80º | 0.33% | 0.64% | - |
| HSV(B) | 80º | 0.31% | 0.76% | - |
| XYZ | 40.54 | 48.72 | 29.46 | - |
| YUV | 180.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 133 | 0.10 | 0 | 0.31 | 0.24 | 80 | 0.33 | 0.64 |
| Hex | AD | C1 | 85 | A | 0 | 1F | 18 | 50 | 21 | 40 |
| Octal | 255 | 301 | 205 | 12 | 0 | 37 | 30 | 120 | 41 | 100 |
| Binary | 10101101 | 11000001 | 10000101 | 1010 | 0 | 11111 | 11000 | 1010000 | 100001 | 1000000 |
Color Harmonies of #ADC185
Complementary color
Monochromatic Colors of #ADC185
Black with #ADC185
Text Example
Text Example
White with #ADC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC185; }
p { color: rgb(173,193,133); }
H1.HeaderClassName
{
color: #ADC185;
}
.AnyTagClassName
{
color: #ADC185;
}
</style>
background-color css
<style>
a { background-color: #ADC185; }
a { background-color: rgb(173,193,133); }
div.DivClassName
{
background-color: #ADC185;
}
.BgClassName
{
background-color: #ADC185;
}
</style>
border-color css
<style>
span { border-color: #ADC185; }
span { border-color: rgb(173,193,133); }
td.TdClassName
{
border-color: #ADC185;
}
.TagClassName
{
border-color: #ADC185;
}
</style>