Shades of Caper #ADC176
Tints of Caper #ADC176
RGB
CMYK
RGB Variations
Color information
#ADC176 (or 0xADC176) is known color: Caper. HEX triplet: AD, C1 and 76. RGB value is (173,193,118). Sum of RGB (Red+Green+Blue) = 173+193+118=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC176 is #523E89. Grayscale: #B2B2B2. Windows color (decimal): -5389962 or 7782829. OLE color: 7782829.
HSL color Cylindrical-coordinate representation of color #ADC176: hue angle of 76º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC176 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 118 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.24 |
| HSL | 76º | 0.38% | 0.61% | - |
| HSV(B) | 76º | 0.39% | 0.76% | - |
| XYZ | 39.57 | 48.33 | 24.38 | - |
| YUV | 178.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 118 | 0.10 | 0 | 0.39 | 0.24 | 76 | 0.38 | 0.61 |
| Hex | AD | C1 | 76 | A | 0 | 27 | 18 | 4C | 26 | 3D |
| Octal | 255 | 301 | 166 | 12 | 0 | 47 | 30 | 114 | 46 | 75 |
| Binary | 10101101 | 11000001 | 1110110 | 1010 | 0 | 100111 | 11000 | 1001100 | 100110 | 111101 |
Color Harmonies of #ADC176
Complementary color
Monochromatic Colors of #ADC176
Black with #ADC176
Text Example
Text Example
White with #ADC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC176; }
p { color: rgb(173,193,118); }
H1.HeaderClassName
{
color: #ADC176;
}
.AnyTagClassName
{
color: #ADC176;
}
</style>
background-color css
<style>
a { background-color: #ADC176; }
a { background-color: rgb(173,193,118); }
div.DivClassName
{
background-color: #ADC176;
}
.BgClassName
{
background-color: #ADC176;
}
</style>
border-color css
<style>
span { border-color: #ADC176; }
span { border-color: rgb(173,193,118); }
td.TdClassName
{
border-color: #ADC176;
}
.TagClassName
{
border-color: #ADC176;
}
</style>