Shades of Caper #ADC38D
Tints of Caper #ADC38D
RGB
CMYK
RGB Variations
Color information
#ADC38D (or 0xADC38D) is known color: Caper. HEX triplet: AD, C3 and 8D. RGB value is (173,195,141). Sum of RGB (Red+Green+Blue) = 173+195+141=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38D is #523C72. Grayscale: #B6B6B6. Windows color (decimal): -5389427 or 9290669. OLE color: 9290669.
HSL color Cylindrical-coordinate representation of color #ADC38D: hue angle of 84.44º 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 #ADC38D is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 141 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.24 |
| HSL | 84.44º | 0.31% | 0.66% | - |
| HSV(B) | 84.44º | 0.28% | 0.76% | - |
| XYZ | 41.56 | 49.84 | 32.63 | - |
| YUV | 182.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 141 | 0.11 | 0 | 0.28 | 0.24 | 84.44 | 0.31 | 0.66 |
| Hex | AD | C3 | 8D | B | 0 | 1C | 18 | 54 | 1F | 42 |
| Octal | 255 | 303 | 215 | 13 | 0 | 34 | 30 | 124 | 37 | 102 |
| Binary | 10101101 | 11000011 | 10001101 | 1011 | 0 | 11100 | 11000 | 1010100 | 11111 | 1000010 |
Color Harmonies of #ADC38D
Complementary color
Monochromatic Colors of #ADC38D
Black with #ADC38D
Text Example
Text Example
White with #ADC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC38D; }
p { color: rgb(173,195,141); }
H1.HeaderClassName
{
color: #ADC38D;
}
.AnyTagClassName
{
color: #ADC38D;
}
</style>
background-color css
<style>
a { background-color: #ADC38D; }
a { background-color: rgb(173,195,141); }
div.DivClassName
{
background-color: #ADC38D;
}
.BgClassName
{
background-color: #ADC38D;
}
</style>
border-color css
<style>
span { border-color: #ADC38D; }
span { border-color: rgb(173,195,141); }
td.TdClassName
{
border-color: #ADC38D;
}
.TagClassName
{
border-color: #ADC38D;
}
</style>