Shades of Caper #ADC17D
Tints of Caper #ADC17D
RGB
CMYK
RGB Variations
Color information
#ADC17D (or 0xADC17D) is known color: Caper. HEX triplet: AD, C1 and 7D. RGB value is (173,193,125). Sum of RGB (Red+Green+Blue) = 173+193+125=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC17D is #523E82. Grayscale: #B3B3B3. Windows color (decimal): -5389955 or 8241581. OLE color: 8241581.
HSL color Cylindrical-coordinate representation of color #ADC17D: hue angle of 77.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC17D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 125 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.24 |
| HSL | 77.65º | 0.35% | 0.62% | - |
| HSV(B) | 77.65º | 0.35% | 0.76% | - |
| XYZ | 40.01 | 48.5 | 26.66 | - |
| YUV | 179.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 125 | 0.10 | 0 | 0.35 | 0.24 | 77.65 | 0.35 | 0.62 |
| Hex | AD | C1 | 7D | A | 0 | 23 | 18 | 4E | 23 | 3E |
| Octal | 255 | 301 | 175 | 12 | 0 | 43 | 30 | 116 | 43 | 76 |
| Binary | 10101101 | 11000001 | 1111101 | 1010 | 0 | 100011 | 11000 | 1001110 | 100011 | 111110 |
Color Harmonies of #ADC17D
Complementary color
Monochromatic Colors of #ADC17D
Black with #ADC17D
Text Example
Text Example
White with #ADC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC17D; }
p { color: rgb(173,193,125); }
H1.HeaderClassName
{
color: #ADC17D;
}
.AnyTagClassName
{
color: #ADC17D;
}
</style>
background-color css
<style>
a { background-color: #ADC17D; }
a { background-color: rgb(173,193,125); }
div.DivClassName
{
background-color: #ADC17D;
}
.BgClassName
{
background-color: #ADC17D;
}
</style>
border-color css
<style>
span { border-color: #ADC17D; }
span { border-color: rgb(173,193,125); }
td.TdClassName
{
border-color: #ADC17D;
}
.TagClassName
{
border-color: #ADC17D;
}
</style>