Shades of Caper #ADC38C
Tints of Caper #ADC38C
RGB
CMYK
RGB Variations
Color information
#ADC38C (or 0xADC38C) is known color: Caper. HEX triplet: AD, C3 and 8C. RGB value is (173,195,140). Sum of RGB (Red+Green+Blue) = 173+195+140=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38C is #523C73. Grayscale: #B6B6B6. Windows color (decimal): -5389428 or 9225133. OLE color: 9225133.
HSL color Cylindrical-coordinate representation of color #ADC38C: hue angle of 84º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC38C is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 140 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.24 |
| HSL | 84º | 0.31% | 0.66% | - |
| HSV(B) | 84º | 0.28% | 0.76% | - |
| XYZ | 41.48 | 49.81 | 32.24 | - |
| YUV | 182.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 140 | 0.11 | 0 | 0.28 | 0.24 | 84 | 0.31 | 0.66 |
| Hex | AD | C3 | 8C | B | 0 | 1C | 18 | 54 | 1F | 42 |
| Octal | 255 | 303 | 214 | 13 | 0 | 34 | 30 | 124 | 37 | 102 |
| Binary | 10101101 | 11000011 | 10001100 | 1011 | 0 | 11100 | 11000 | 1010100 | 11111 | 1000010 |
Color Harmonies of #ADC38C
Complementary color
Monochromatic Colors of #ADC38C
Black with #ADC38C
Text Example
Text Example
White with #ADC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC38C; }
p { color: rgb(173,195,140); }
H1.HeaderClassName
{
color: #ADC38C;
}
.AnyTagClassName
{
color: #ADC38C;
}
</style>
background-color css
<style>
a { background-color: #ADC38C; }
a { background-color: rgb(173,195,140); }
div.DivClassName
{
background-color: #ADC38C;
}
.BgClassName
{
background-color: #ADC38C;
}
</style>
border-color css
<style>
span { border-color: #ADC38C; }
span { border-color: rgb(173,195,140); }
td.TdClassName
{
border-color: #ADC38C;
}
.TagClassName
{
border-color: #ADC38C;
}
</style>