Shades of Caper #ADC974
Tints of Caper #ADC974
RGB
CMYK
RGB Variations
Color information
#ADC974 (or 0xADC974) is known color: Caper. HEX triplet: AD, C9 and 74. RGB value is (173,201,116). Sum of RGB (Red+Green+Blue) = 173+201+116=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC974 is #52368B. Grayscale: #B7B7B7. Windows color (decimal): -5387916 or 7653805. OLE color: 7653805.
HSL color Cylindrical-coordinate representation of color #ADC974: hue angle of 79.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC974 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 116 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.21 |
| HSL | 79.76º | 0.44% | 0.62% | - |
| HSV(B) | 79.76º | 0.42% | 0.79% | - |
| XYZ | 41.27 | 51.92 | 24.37 | - |
| YUV | 182.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 116 | 0.14 | 0 | 0.42 | 0.21 | 79.76 | 0.44 | 0.62 |
| Hex | AD | C9 | 74 | E | 0 | 2A | 15 | 50 | 2C | 3E |
| Octal | 255 | 311 | 164 | 16 | 0 | 52 | 25 | 120 | 54 | 76 |
| Binary | 10101101 | 11001001 | 1110100 | 1110 | 0 | 101010 | 10101 | 1010000 | 101100 | 111110 |
Color Harmonies of #ADC974
Complementary color
Monochromatic Colors of #ADC974
Black with #ADC974
Text Example
Text Example
White with #ADC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC974; }
p { color: rgb(173,201,116); }
H1.HeaderClassName
{
color: #ADC974;
}
.AnyTagClassName
{
color: #ADC974;
}
</style>
background-color css
<style>
a { background-color: #ADC974; }
a { background-color: rgb(173,201,116); }
div.DivClassName
{
background-color: #ADC974;
}
.BgClassName
{
background-color: #ADC974;
}
</style>
border-color css
<style>
span { border-color: #ADC974; }
span { border-color: rgb(173,201,116); }
td.TdClassName
{
border-color: #ADC974;
}
.TagClassName
{
border-color: #ADC974;
}
</style>