Shades of Caper #ADC66C
Tints of Caper #ADC66C
RGB
CMYK
RGB Variations
Color information
#ADC66C (or 0xADC66C) is known color: Caper. HEX triplet: AD, C6 and 6C. RGB value is (173,198,108). Sum of RGB (Red+Green+Blue) = 173+198+108=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC66C is #523993. Grayscale: #B4B4B4. Windows color (decimal): -5388692 or 7128749. OLE color: 7128749.
HSL color Cylindrical-coordinate representation of color #ADC66C: hue angle of 76.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC66C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 108 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.22 |
| HSL | 76.67º | 0.44% | 0.6% | - |
| HSV(B) | 76.67º | 0.45% | 0.78% | - |
| XYZ | 40.13 | 50.36 | 21.79 | - |
| YUV | 180.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 108 | 0.13 | 0 | 0.45 | 0.22 | 76.67 | 0.44 | 0.6 |
| Hex | AD | C6 | 6C | D | 0 | 2D | 16 | 4D | 2C | 3C |
| Octal | 255 | 306 | 154 | 15 | 0 | 55 | 26 | 115 | 54 | 74 |
| Binary | 10101101 | 11000110 | 1101100 | 1101 | 0 | 101101 | 10110 | 1001101 | 101100 | 111100 |
Color Harmonies of #ADC66C
Complementary color
Monochromatic Colors of #ADC66C
Black with #ADC66C
Text Example
Text Example
White with #ADC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC66C; }
p { color: rgb(173,198,108); }
H1.HeaderClassName
{
color: #ADC66C;
}
.AnyTagClassName
{
color: #ADC66C;
}
</style>
background-color css
<style>
a { background-color: #ADC66C; }
a { background-color: rgb(173,198,108); }
div.DivClassName
{
background-color: #ADC66C;
}
.BgClassName
{
background-color: #ADC66C;
}
</style>
border-color css
<style>
span { border-color: #ADC66C; }
span { border-color: rgb(173,198,108); }
td.TdClassName
{
border-color: #ADC66C;
}
.TagClassName
{
border-color: #ADC66C;
}
</style>