Shades of Caper #ADC588
Tints of Caper #ADC588
RGB
CMYK
RGB Variations
Color information
#ADC588 (or 0xADC588) is known color: Caper. HEX triplet: AD, C5 and 88. RGB value is (173,197,136). Sum of RGB (Red+Green+Blue) = 173+197+136=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC588 is #523A77. Grayscale: #B7B7B7. Windows color (decimal): -5388920 or 8963501. OLE color: 8963501.
HSL color Cylindrical-coordinate representation of color #ADC588: hue angle of 83.61º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC588 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 136 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.23 |
| HSL | 83.61º | 0.34% | 0.65% | - |
| HSV(B) | 83.61º | 0.31% | 0.77% | - |
| XYZ | 41.64 | 50.59 | 30.86 | - |
| YUV | 182.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 136 | 0.12 | 0 | 0.31 | 0.23 | 83.61 | 0.34 | 0.65 |
| Hex | AD | C5 | 88 | C | 0 | 1F | 17 | 54 | 22 | 41 |
| Octal | 255 | 305 | 210 | 14 | 0 | 37 | 27 | 124 | 42 | 101 |
| Binary | 10101101 | 11000101 | 10001000 | 1100 | 0 | 11111 | 10111 | 1010100 | 100010 | 1000001 |
Color Harmonies of #ADC588
Complementary color
Monochromatic Colors of #ADC588
Black with #ADC588
Text Example
Text Example
White with #ADC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC588; }
p { color: rgb(173,197,136); }
H1.HeaderClassName
{
color: #ADC588;
}
.AnyTagClassName
{
color: #ADC588;
}
</style>
background-color css
<style>
a { background-color: #ADC588; }
a { background-color: rgb(173,197,136); }
div.DivClassName
{
background-color: #ADC588;
}
.BgClassName
{
background-color: #ADC588;
}
</style>
border-color css
<style>
span { border-color: #ADC588; }
span { border-color: rgb(173,197,136); }
td.TdClassName
{
border-color: #ADC588;
}
.TagClassName
{
border-color: #ADC588;
}
</style>