Shades of Caper #ADC96C
Tints of Caper #ADC96C
RGB
CMYK
RGB Variations
Color information
#ADC96C (or 0xADC96C) is known color: Caper. HEX triplet: AD, C9 and 6C. RGB value is (173,201,108). Sum of RGB (Red+Green+Blue) = 173+201+108=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC96C is #523693. Grayscale: #B6B6B6. Windows color (decimal): -5387924 or 7129517. OLE color: 7129517.
HSL color Cylindrical-coordinate representation of color #ADC96C: hue angle of 78.06º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC96C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 108 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.21 |
| HSL | 78.06º | 0.46% | 0.61% | - |
| HSV(B) | 78.06º | 0.46% | 0.79% | - |
| XYZ | 40.83 | 51.74 | 22.02 | - |
| YUV | 182.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 108 | 0.14 | 0 | 0.46 | 0.21 | 78.06 | 0.46 | 0.61 |
| Hex | AD | C9 | 6C | E | 0 | 2E | 15 | 4E | 2E | 3D |
| Octal | 255 | 311 | 154 | 16 | 0 | 56 | 25 | 116 | 56 | 75 |
| Binary | 10101101 | 11001001 | 1101100 | 1110 | 0 | 101110 | 10101 | 1001110 | 101110 | 111101 |
Color Harmonies of #ADC96C
Complementary color
Monochromatic Colors of #ADC96C
Black with #ADC96C
Text Example
Text Example
White with #ADC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC96C; }
p { color: rgb(173,201,108); }
H1.HeaderClassName
{
color: #ADC96C;
}
.AnyTagClassName
{
color: #ADC96C;
}
</style>
background-color css
<style>
a { background-color: #ADC96C; }
a { background-color: rgb(173,201,108); }
div.DivClassName
{
background-color: #ADC96C;
}
.BgClassName
{
background-color: #ADC96C;
}
</style>
border-color css
<style>
span { border-color: #ADC96C; }
span { border-color: rgb(173,201,108); }
td.TdClassName
{
border-color: #ADC96C;
}
.TagClassName
{
border-color: #ADC96C;
}
</style>