Shades of Caper #ADC081
Tints of Caper #ADC081
RGB
CMYK
RGB Variations
Color information
#ADC081 (or 0xADC081) is known color: Caper. HEX triplet: AD, C0 and 81. RGB value is (173,192,129). Sum of RGB (Red+Green+Blue) = 173+192+129=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC081 is #523F7E. Grayscale: #B3B3B3. Windows color (decimal): -5390207 or 8503469. OLE color: 8503469.
HSL color Cylindrical-coordinate representation of color #ADC081: hue angle of 78.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC081 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 129 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.25 |
| HSL | 78.1º | 0.33% | 0.63% | - |
| HSV(B) | 78.1º | 0.33% | 0.75% | - |
| XYZ | 40.05 | 48.17 | 27.96 | - |
| YUV | 179.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 129 | 0.10 | 0 | 0.33 | 0.25 | 78.1 | 0.33 | 0.63 |
| Hex | AD | C0 | 81 | A | 0 | 21 | 19 | 4E | 21 | 3F |
| Octal | 255 | 300 | 201 | 12 | 0 | 41 | 31 | 116 | 41 | 77 |
| Binary | 10101101 | 11000000 | 10000001 | 1010 | 0 | 100001 | 11001 | 1001110 | 100001 | 111111 |
Color Harmonies of #ADC081
Complementary color
Monochromatic Colors of #ADC081
Black with #ADC081
Text Example
Text Example
White with #ADC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC081; }
p { color: rgb(173,192,129); }
H1.HeaderClassName
{
color: #ADC081;
}
.AnyTagClassName
{
color: #ADC081;
}
</style>
background-color css
<style>
a { background-color: #ADC081; }
a { background-color: rgb(173,192,129); }
div.DivClassName
{
background-color: #ADC081;
}
.BgClassName
{
background-color: #ADC081;
}
</style>
border-color css
<style>
span { border-color: #ADC081; }
span { border-color: rgb(173,192,129); }
td.TdClassName
{
border-color: #ADC081;
}
.TagClassName
{
border-color: #ADC081;
}
</style>