Shades of Caper #ADC479
Tints of Caper #ADC479
RGB
CMYK
RGB Variations
Color information
#ADC479 (or 0xADC479) is known color: Caper. HEX triplet: AD, C4 and 79. RGB value is (173,196,121). Sum of RGB (Red+Green+Blue) = 173+196+121=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC479 is #523B86. Grayscale: #B4B4B4. Windows color (decimal): -5389191 or 7980205. OLE color: 7980205.
HSL color Cylindrical-coordinate representation of color #ADC479: hue angle of 78.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC479 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 121 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.23 |
| HSL | 78.4º | 0.39% | 0.62% | - |
| HSV(B) | 78.4º | 0.38% | 0.77% | - |
| XYZ | 40.42 | 49.74 | 25.56 | - |
| YUV | 180.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 121 | 0.12 | 0 | 0.38 | 0.23 | 78.4 | 0.39 | 0.62 |
| Hex | AD | C4 | 79 | C | 0 | 26 | 17 | 4E | 27 | 3E |
| Octal | 255 | 304 | 171 | 14 | 0 | 46 | 27 | 116 | 47 | 76 |
| Binary | 10101101 | 11000100 | 1111001 | 1100 | 0 | 100110 | 10111 | 1001110 | 100111 | 111110 |
Color Harmonies of #ADC479
Complementary color
Monochromatic Colors of #ADC479
Black with #ADC479
Text Example
Text Example
White with #ADC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC479; }
p { color: rgb(173,196,121); }
H1.HeaderClassName
{
color: #ADC479;
}
.AnyTagClassName
{
color: #ADC479;
}
</style>
background-color css
<style>
a { background-color: #ADC479; }
a { background-color: rgb(173,196,121); }
div.DivClassName
{
background-color: #ADC479;
}
.BgClassName
{
background-color: #ADC479;
}
</style>
border-color css
<style>
span { border-color: #ADC479; }
span { border-color: rgb(173,196,121); }
td.TdClassName
{
border-color: #ADC479;
}
.TagClassName
{
border-color: #ADC479;
}
</style>