Shades of Caper #ADC977
Tints of Caper #ADC977
RGB
CMYK
RGB Variations
Color information
#ADC977 (or 0xADC977) is known color: Caper. HEX triplet: AD, C9 and 77. RGB value is (173,201,119). Sum of RGB (Red+Green+Blue) = 173+201+119=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC977 is #523688. Grayscale: #B7B7B7. Windows color (decimal): -5387913 or 7850413. OLE color: 7850413.
HSL color Cylindrical-coordinate representation of color #ADC977: hue angle of 80.49º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC977 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 119 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.21 |
| HSL | 80.49º | 0.43% | 0.63% | - |
| HSV(B) | 80.49º | 0.41% | 0.79% | - |
| XYZ | 41.45 | 51.99 | 25.3 | - |
| YUV | 183.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 119 | 0.14 | 0 | 0.41 | 0.21 | 80.49 | 0.43 | 0.63 |
| Hex | AD | C9 | 77 | E | 0 | 29 | 15 | 50 | 2B | 3F |
| Octal | 255 | 311 | 167 | 16 | 0 | 51 | 25 | 120 | 53 | 77 |
| Binary | 10101101 | 11001001 | 1110111 | 1110 | 0 | 101001 | 10101 | 1010000 | 101011 | 111111 |
Color Harmonies of #ADC977
Complementary color
Monochromatic Colors of #ADC977
Black with #ADC977
Text Example
Text Example
White with #ADC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC977; }
p { color: rgb(173,201,119); }
H1.HeaderClassName
{
color: #ADC977;
}
.AnyTagClassName
{
color: #ADC977;
}
</style>
background-color css
<style>
a { background-color: #ADC977; }
a { background-color: rgb(173,201,119); }
div.DivClassName
{
background-color: #ADC977;
}
.BgClassName
{
background-color: #ADC977;
}
</style>
border-color css
<style>
span { border-color: #ADC977; }
span { border-color: rgb(173,201,119); }
td.TdClassName
{
border-color: #ADC977;
}
.TagClassName
{
border-color: #ADC977;
}
</style>