Shades of Caper #ADC97D
Tints of Caper #ADC97D
RGB
CMYK
RGB Variations
Color information
#ADC97D (or 0xADC97D) is known color: Caper. HEX triplet: AD, C9 and 7D. RGB value is (173,201,125). Sum of RGB (Red+Green+Blue) = 173+201+125=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC97D is #523682. Grayscale: #B8B8B8. Windows color (decimal): -5387907 or 8243629. OLE color: 8243629.
HSL color Cylindrical-coordinate representation of color #ADC97D: hue angle of 82.11º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC97D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 125 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.21 |
| HSL | 82.11º | 0.41% | 0.64% | - |
| HSV(B) | 82.11º | 0.38% | 0.79% | - |
| XYZ | 41.82 | 52.14 | 27.26 | - |
| YUV | 183.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 125 | 0.14 | 0 | 0.38 | 0.21 | 82.11 | 0.41 | 0.64 |
| Hex | AD | C9 | 7D | E | 0 | 26 | 15 | 52 | 29 | 40 |
| Octal | 255 | 311 | 175 | 16 | 0 | 46 | 25 | 122 | 51 | 100 |
| Binary | 10101101 | 11001001 | 1111101 | 1110 | 0 | 100110 | 10101 | 1010010 | 101001 | 1000000 |
Color Harmonies of #ADC97D
Complementary color
Monochromatic Colors of #ADC97D
Black with #ADC97D
Text Example
Text Example
White with #ADC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC97D; }
p { color: rgb(173,201,125); }
H1.HeaderClassName
{
color: #ADC97D;
}
.AnyTagClassName
{
color: #ADC97D;
}
</style>
background-color css
<style>
a { background-color: #ADC97D; }
a { background-color: rgb(173,201,125); }
div.DivClassName
{
background-color: #ADC97D;
}
.BgClassName
{
background-color: #ADC97D;
}
</style>
border-color css
<style>
span { border-color: #ADC97D; }
span { border-color: rgb(173,201,125); }
td.TdClassName
{
border-color: #ADC97D;
}
.TagClassName
{
border-color: #ADC97D;
}
</style>