Shades of Caper #ADC372
Tints of Caper #ADC372
RGB
CMYK
RGB Variations
Color information
#ADC372 (or 0xADC372) is known color: Caper. HEX triplet: AD, C3 and 72. RGB value is (173,195,114). Sum of RGB (Red+Green+Blue) = 173+195+114=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC372 is #523C8D. Grayscale: #B3B3B3. Windows color (decimal): -5389454 or 7521197. OLE color: 7521197.
HSL color Cylindrical-coordinate representation of color #ADC372: hue angle of 76.3º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC372 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 114 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.24 |
| HSL | 76.3º | 0.4% | 0.61% | - |
| HSV(B) | 76.3º | 0.42% | 0.76% | - |
| XYZ | 39.79 | 49.13 | 23.31 | - |
| YUV | 179.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 114 | 0.11 | 0 | 0.42 | 0.24 | 76.3 | 0.4 | 0.61 |
| Hex | AD | C3 | 72 | B | 0 | 2A | 18 | 4C | 28 | 3D |
| Octal | 255 | 303 | 162 | 13 | 0 | 52 | 30 | 114 | 50 | 75 |
| Binary | 10101101 | 11000011 | 1110010 | 1011 | 0 | 101010 | 11000 | 1001100 | 101000 | 111101 |
Color Harmonies of #ADC372
Complementary color
Monochromatic Colors of #ADC372
Black with #ADC372
Text Example
Text Example
White with #ADC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC372; }
p { color: rgb(173,195,114); }
H1.HeaderClassName
{
color: #ADC372;
}
.AnyTagClassName
{
color: #ADC372;
}
</style>
background-color css
<style>
a { background-color: #ADC372; }
a { background-color: rgb(173,195,114); }
div.DivClassName
{
background-color: #ADC372;
}
.BgClassName
{
background-color: #ADC372;
}
</style>
border-color css
<style>
span { border-color: #ADC372; }
span { border-color: rgb(173,195,114); }
td.TdClassName
{
border-color: #ADC372;
}
.TagClassName
{
border-color: #ADC372;
}
</style>