Shades of Caper #ADC179
Tints of Caper #ADC179
RGB
CMYK
RGB Variations
Color information
#ADC179 (or 0xADC179) is known color: Caper. HEX triplet: AD, C1 and 79. RGB value is (173,193,121). Sum of RGB (Red+Green+Blue) = 173+193+121=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC179 is #523E86. Grayscale: #B3B3B3. Windows color (decimal): -5389959 or 7979437. OLE color: 7979437.
HSL color Cylindrical-coordinate representation of color #ADC179: hue angle of 76.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC179 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 121 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.24 |
| HSL | 76.67º | 0.37% | 0.62% | - |
| HSV(B) | 76.67º | 0.37% | 0.76% | - |
| XYZ | 39.75 | 48.4 | 25.34 | - |
| YUV | 178.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 121 | 0.10 | 0 | 0.37 | 0.24 | 76.67 | 0.37 | 0.62 |
| Hex | AD | C1 | 79 | A | 0 | 25 | 18 | 4D | 25 | 3E |
| Octal | 255 | 301 | 171 | 12 | 0 | 45 | 30 | 115 | 45 | 76 |
| Binary | 10101101 | 11000001 | 1111001 | 1010 | 0 | 100101 | 11000 | 1001101 | 100101 | 111110 |
Color Harmonies of #ADC179
Complementary color
Monochromatic Colors of #ADC179
Black with #ADC179
Text Example
Text Example
White with #ADC179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC179; }
p { color: rgb(173,193,121); }
H1.HeaderClassName
{
color: #ADC179;
}
.AnyTagClassName
{
color: #ADC179;
}
</style>
background-color css
<style>
a { background-color: #ADC179; }
a { background-color: rgb(173,193,121); }
div.DivClassName
{
background-color: #ADC179;
}
.BgClassName
{
background-color: #ADC179;
}
</style>
border-color css
<style>
span { border-color: #ADC179; }
span { border-color: rgb(173,193,121); }
td.TdClassName
{
border-color: #ADC179;
}
.TagClassName
{
border-color: #ADC179;
}
</style>