Shades of Caper #ADC86B
Tints of Caper #ADC86B
RGB
CMYK
RGB Variations
Color information
#ADC86B (or 0xADC86B) is known color: Caper. HEX triplet: AD, C8 and 6B. RGB value is (173,200,107). Sum of RGB (Red+Green+Blue) = 173+200+107=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC86B is #523794. Grayscale: #B5B5B5. Windows color (decimal): -5388181 or 7063725. OLE color: 7063725.
HSL color Cylindrical-coordinate representation of color #ADC86B: hue angle of 77.42º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC86B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 107 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.22 |
| HSL | 77.42º | 0.46% | 0.6% | - |
| HSV(B) | 77.42º | 0.47% | 0.78% | - |
| XYZ | 40.54 | 51.25 | 21.67 | - |
| YUV | 181.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 107 | 0.14 | 0 | 0.46 | 0.22 | 77.42 | 0.46 | 0.6 |
| Hex | AD | C8 | 6B | E | 0 | 2E | 16 | 4D | 2E | 3C |
| Octal | 255 | 310 | 153 | 16 | 0 | 56 | 26 | 115 | 56 | 74 |
| Binary | 10101101 | 11001000 | 1101011 | 1110 | 0 | 101110 | 10110 | 1001101 | 101110 | 111100 |
Color Harmonies of #ADC86B
Complementary color
Monochromatic Colors of #ADC86B
Black with #ADC86B
Text Example
Text Example
White with #ADC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC86B; }
p { color: rgb(173,200,107); }
H1.HeaderClassName
{
color: #ADC86B;
}
.AnyTagClassName
{
color: #ADC86B;
}
</style>
background-color css
<style>
a { background-color: #ADC86B; }
a { background-color: rgb(173,200,107); }
div.DivClassName
{
background-color: #ADC86B;
}
.BgClassName
{
background-color: #ADC86B;
}
</style>
border-color css
<style>
span { border-color: #ADC86B; }
span { border-color: rgb(173,200,107); }
td.TdClassName
{
border-color: #ADC86B;
}
.TagClassName
{
border-color: #ADC86B;
}
</style>