Shades of Caper #ADC382
Tints of Caper #ADC382
RGB
CMYK
RGB Variations
Color information
#ADC382 (or 0xADC382) is known color: Caper. HEX triplet: AD, C3 and 82. RGB value is (173,195,130). Sum of RGB (Red+Green+Blue) = 173+195+130=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC382 is #523C7D. Grayscale: #B5B5B5. Windows color (decimal): -5389438 or 8569773. OLE color: 8569773.
HSL color Cylindrical-coordinate representation of color #ADC382: hue angle of 80.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC382 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 130 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.24 |
| HSL | 80.31º | 0.35% | 0.64% | - |
| HSV(B) | 80.31º | 0.33% | 0.76% | - |
| XYZ | 40.78 | 49.53 | 28.53 | - |
| YUV | 181.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 130 | 0.11 | 0 | 0.33 | 0.24 | 80.31 | 0.35 | 0.64 |
| Hex | AD | C3 | 82 | B | 0 | 21 | 18 | 50 | 23 | 40 |
| Octal | 255 | 303 | 202 | 13 | 0 | 41 | 30 | 120 | 43 | 100 |
| Binary | 10101101 | 11000011 | 10000010 | 1011 | 0 | 100001 | 11000 | 1010000 | 100011 | 1000000 |
Color Harmonies of #ADC382
Complementary color
Monochromatic Colors of #ADC382
Black with #ADC382
Text Example
Text Example
White with #ADC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC382; }
p { color: rgb(173,195,130); }
H1.HeaderClassName
{
color: #ADC382;
}
.AnyTagClassName
{
color: #ADC382;
}
</style>
background-color css
<style>
a { background-color: #ADC382; }
a { background-color: rgb(173,195,130); }
div.DivClassName
{
background-color: #ADC382;
}
.BgClassName
{
background-color: #ADC382;
}
</style>
border-color css
<style>
span { border-color: #ADC382; }
span { border-color: rgb(173,195,130); }
td.TdClassName
{
border-color: #ADC382;
}
.TagClassName
{
border-color: #ADC382;
}
</style>