Shades of Caper #ADC56C
Tints of Caper #ADC56C
RGB
CMYK
RGB Variations
Color information
#ADC56C (or 0xADC56C) is known color: Caper. HEX triplet: AD, C5 and 6C. RGB value is (173,197,108). Sum of RGB (Red+Green+Blue) = 173+197+108=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC56C is #523A93. Grayscale: #B4B4B4. Windows color (decimal): -5388948 or 7128493. OLE color: 7128493.
HSL color Cylindrical-coordinate representation of color #ADC56C: hue angle of 76.18º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC56C is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 108 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.23 |
| HSL | 76.18º | 0.43% | 0.6% | - |
| HSV(B) | 76.18º | 0.45% | 0.77% | - |
| XYZ | 39.91 | 49.9 | 21.72 | - |
| YUV | 179.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 108 | 0.12 | 0 | 0.45 | 0.23 | 76.18 | 0.43 | 0.6 |
| Hex | AD | C5 | 6C | C | 0 | 2D | 17 | 4C | 2B | 3C |
| Octal | 255 | 305 | 154 | 14 | 0 | 55 | 27 | 114 | 53 | 74 |
| Binary | 10101101 | 11000101 | 1101100 | 1100 | 0 | 101101 | 10111 | 1001100 | 101011 | 111100 |
Color Harmonies of #ADC56C
Complementary color
Monochromatic Colors of #ADC56C
Black with #ADC56C
Text Example
Text Example
White with #ADC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC56C; }
p { color: rgb(173,197,108); }
H1.HeaderClassName
{
color: #ADC56C;
}
.AnyTagClassName
{
color: #ADC56C;
}
</style>
background-color css
<style>
a { background-color: #ADC56C; }
a { background-color: rgb(173,197,108); }
div.DivClassName
{
background-color: #ADC56C;
}
.BgClassName
{
background-color: #ADC56C;
}
</style>
border-color css
<style>
span { border-color: #ADC56C; }
span { border-color: rgb(173,197,108); }
td.TdClassName
{
border-color: #ADC56C;
}
.TagClassName
{
border-color: #ADC56C;
}
</style>