Shades of Caper #ADC88C
Tints of Caper #ADC88C
RGB
CMYK
RGB Variations
Color information
#ADC88C (or 0xADC88C) is known color: Caper. HEX triplet: AD, C8 and 8C. RGB value is (173,200,140). Sum of RGB (Red+Green+Blue) = 173+200+140=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC88C is #523773. Grayscale: #B9B9B9. Windows color (decimal): -5388148 or 9226413. OLE color: 9226413.
HSL color Cylindrical-coordinate representation of color #ADC88C: hue angle of 87º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC88C is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 140 | - |
| CMYK | 0.14 | 0 | 0.3 | 0.22 |
| HSL | 87º | 0.35% | 0.67% | - |
| HSV(B) | 87º | 0.3% | 0.78% | - |
| XYZ | 42.62 | 52.09 | 32.62 | - |
| YUV | 185.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 140 | 0.14 | 0 | 0.3 | 0.22 | 87 | 0.35 | 0.67 |
| Hex | AD | C8 | 8C | E | 0 | 1E | 16 | 57 | 23 | 43 |
| Octal | 255 | 310 | 214 | 16 | 0 | 36 | 26 | 127 | 43 | 103 |
| Binary | 10101101 | 11001000 | 10001100 | 1110 | 0 | 11110 | 10110 | 1010111 | 100011 | 1000011 |
Color Harmonies of #ADC88C
Complementary color
Monochromatic Colors of #ADC88C
Black with #ADC88C
Text Example
Text Example
White with #ADC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC88C; }
p { color: rgb(173,200,140); }
H1.HeaderClassName
{
color: #ADC88C;
}
.AnyTagClassName
{
color: #ADC88C;
}
</style>
background-color css
<style>
a { background-color: #ADC88C; }
a { background-color: rgb(173,200,140); }
div.DivClassName
{
background-color: #ADC88C;
}
.BgClassName
{
background-color: #ADC88C;
}
</style>
border-color css
<style>
span { border-color: #ADC88C; }
span { border-color: rgb(173,200,140); }
td.TdClassName
{
border-color: #ADC88C;
}
.TagClassName
{
border-color: #ADC88C;
}
</style>