Shades of Caper #ADC788
Tints of Caper #ADC788
RGB
CMYK
RGB Variations
Color information
#ADC788 (or 0xADC788) is known color: Caper. HEX triplet: AD, C7 and 88. RGB value is (173,199,136). Sum of RGB (Red+Green+Blue) = 173+199+136=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC788 is #523877. Grayscale: #B8B8B8. Windows color (decimal): -5388408 or 8964013. OLE color: 8964013.
HSL color Cylindrical-coordinate representation of color #ADC788: hue angle of 84.76º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC788 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 136 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.22 |
| HSL | 84.76º | 0.36% | 0.66% | - |
| HSV(B) | 84.76º | 0.32% | 0.78% | - |
| XYZ | 42.1 | 51.51 | 31.02 | - |
| YUV | 184.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 136 | 0.13 | 0 | 0.32 | 0.22 | 84.76 | 0.36 | 0.66 |
| Hex | AD | C7 | 88 | D | 0 | 20 | 16 | 55 | 24 | 42 |
| Octal | 255 | 307 | 210 | 15 | 0 | 40 | 26 | 125 | 44 | 102 |
| Binary | 10101101 | 11000111 | 10001000 | 1101 | 0 | 100000 | 10110 | 1010101 | 100100 | 1000010 |
Color Harmonies of #ADC788
Complementary color
Monochromatic Colors of #ADC788
Black with #ADC788
Text Example
Text Example
White with #ADC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC788; }
p { color: rgb(173,199,136); }
H1.HeaderClassName
{
color: #ADC788;
}
.AnyTagClassName
{
color: #ADC788;
}
</style>
background-color css
<style>
a { background-color: #ADC788; }
a { background-color: rgb(173,199,136); }
div.DivClassName
{
background-color: #ADC788;
}
.BgClassName
{
background-color: #ADC788;
}
</style>
border-color css
<style>
span { border-color: #ADC788; }
span { border-color: rgb(173,199,136); }
td.TdClassName
{
border-color: #ADC788;
}
.TagClassName
{
border-color: #ADC788;
}
</style>