Shades of Caper #ADC873
Tints of Caper #ADC873
RGB
CMYK
RGB Variations
Color information
#ADC873 (or 0xADC873) is known color: Caper. HEX triplet: AD, C8 and 73. RGB value is (173,200,115). Sum of RGB (Red+Green+Blue) = 173+200+115=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC873 is #52378C. Grayscale: #B6B6B6. Windows color (decimal): -5388173 or 7588013. OLE color: 7588013.
HSL color Cylindrical-coordinate representation of color #ADC873: hue angle of 79.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC873 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 115 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.22 |
| HSL | 79.06º | 0.44% | 0.62% | - |
| HSV(B) | 79.06º | 0.43% | 0.78% | - |
| XYZ | 40.98 | 51.43 | 23.99 | - |
| YUV | 182.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 115 | 0.14 | 0 | 0.42 | 0.22 | 79.06 | 0.44 | 0.62 |
| Hex | AD | C8 | 73 | E | 0 | 2A | 16 | 4F | 2C | 3E |
| Octal | 255 | 310 | 163 | 16 | 0 | 52 | 26 | 117 | 54 | 76 |
| Binary | 10101101 | 11001000 | 1110011 | 1110 | 0 | 101010 | 10110 | 1001111 | 101100 | 111110 |
Color Harmonies of #ADC873
Complementary color
Monochromatic Colors of #ADC873
Black with #ADC873
Text Example
Text Example
White with #ADC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC873; }
p { color: rgb(173,200,115); }
H1.HeaderClassName
{
color: #ADC873;
}
.AnyTagClassName
{
color: #ADC873;
}
</style>
background-color css
<style>
a { background-color: #ADC873; }
a { background-color: rgb(173,200,115); }
div.DivClassName
{
background-color: #ADC873;
}
.BgClassName
{
background-color: #ADC873;
}
</style>
border-color css
<style>
span { border-color: #ADC873; }
span { border-color: rgb(173,200,115); }
td.TdClassName
{
border-color: #ADC873;
}
.TagClassName
{
border-color: #ADC873;
}
</style>