Shades of Caper #ADC181
Tints of Caper #ADC181
RGB
CMYK
RGB Variations
Color information
#ADC181 (or 0xADC181) is known color: Caper. HEX triplet: AD, C1 and 81. RGB value is (173,193,129). Sum of RGB (Red+Green+Blue) = 173+193+129=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC181 is #523E7E. Grayscale: #B3B3B3. Windows color (decimal): -5389951 or 8503725. OLE color: 8503725.
HSL color Cylindrical-coordinate representation of color #ADC181: hue angle of 78.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC181 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 129 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.24 |
| HSL | 78.75º | 0.34% | 0.63% | - |
| HSV(B) | 78.75º | 0.33% | 0.76% | - |
| XYZ | 40.27 | 48.61 | 28.03 | - |
| YUV | 179.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 129 | 0.10 | 0 | 0.33 | 0.24 | 78.75 | 0.34 | 0.63 |
| Hex | AD | C1 | 81 | A | 0 | 21 | 18 | 4F | 22 | 3F |
| Octal | 255 | 301 | 201 | 12 | 0 | 41 | 30 | 117 | 42 | 77 |
| Binary | 10101101 | 11000001 | 10000001 | 1010 | 0 | 100001 | 11000 | 1001111 | 100010 | 111111 |
Color Harmonies of #ADC181
Complementary color
Monochromatic Colors of #ADC181
Black with #ADC181
Text Example
Text Example
White with #ADC181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC181; }
p { color: rgb(173,193,129); }
H1.HeaderClassName
{
color: #ADC181;
}
.AnyTagClassName
{
color: #ADC181;
}
</style>
background-color css
<style>
a { background-color: #ADC181; }
a { background-color: rgb(173,193,129); }
div.DivClassName
{
background-color: #ADC181;
}
.BgClassName
{
background-color: #ADC181;
}
</style>
border-color css
<style>
span { border-color: #ADC181; }
span { border-color: rgb(173,193,129); }
td.TdClassName
{
border-color: #ADC181;
}
.TagClassName
{
border-color: #ADC181;
}
</style>