Shades of Caper #ADC86F
Tints of Caper #ADC86F
RGB
CMYK
RGB Variations
Color information
#ADC86F (or 0xADC86F) is known color: Caper. HEX triplet: AD, C8 and 6F. RGB value is (173,200,111). Sum of RGB (Red+Green+Blue) = 173+200+111=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC86F is #523790. Grayscale: #B6B6B6. Windows color (decimal): -5388177 or 7325869. OLE color: 7325869.
HSL color Cylindrical-coordinate representation of color #ADC86F: hue angle of 78.2º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC86F is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 111 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.22 |
| HSL | 78.2º | 0.45% | 0.61% | - |
| HSV(B) | 78.2º | 0.45% | 0.78% | - |
| XYZ | 40.76 | 51.34 | 22.8 | - |
| YUV | 181.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 111 | 0.14 | 0 | 0.44 | 0.22 | 78.2 | 0.45 | 0.61 |
| Hex | AD | C8 | 6F | E | 0 | 2C | 16 | 4E | 2D | 3D |
| Octal | 255 | 310 | 157 | 16 | 0 | 54 | 26 | 116 | 55 | 75 |
| Binary | 10101101 | 11001000 | 1101111 | 1110 | 0 | 101100 | 10110 | 1001110 | 101101 | 111101 |
Color Harmonies of #ADC86F
Complementary color
Monochromatic Colors of #ADC86F
Black with #ADC86F
Text Example
Text Example
White with #ADC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC86F; }
p { color: rgb(173,200,111); }
H1.HeaderClassName
{
color: #ADC86F;
}
.AnyTagClassName
{
color: #ADC86F;
}
</style>
background-color css
<style>
a { background-color: #ADC86F; }
a { background-color: rgb(173,200,111); }
div.DivClassName
{
background-color: #ADC86F;
}
.BgClassName
{
background-color: #ADC86F;
}
</style>
border-color css
<style>
span { border-color: #ADC86F; }
span { border-color: rgb(173,200,111); }
td.TdClassName
{
border-color: #ADC86F;
}
.TagClassName
{
border-color: #ADC86F;
}
</style>