Shades of Caper #ADC275
Tints of Caper #ADC275
RGB
CMYK
RGB Variations
Color information
#ADC275 (or 0xADC275) is known color: Caper. HEX triplet: AD, C2 and 75. RGB value is (173,194,117). Sum of RGB (Red+Green+Blue) = 173+194+117=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC275 is #523D8A. Grayscale: #B3B3B3. Windows color (decimal): -5389707 or 7717549. OLE color: 7717549.
HSL color Cylindrical-coordinate representation of color #ADC275: hue angle of 76.36º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC275 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 117 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.24 |
| HSL | 76.36º | 0.39% | 0.61% | - |
| HSV(B) | 76.36º | 0.4% | 0.76% | - |
| XYZ | 39.74 | 48.75 | 24.15 | - |
| YUV | 178.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 117 | 0.11 | 0 | 0.40 | 0.24 | 76.36 | 0.39 | 0.61 |
| Hex | AD | C2 | 75 | B | 0 | 28 | 18 | 4C | 27 | 3D |
| Octal | 255 | 302 | 165 | 13 | 0 | 50 | 30 | 114 | 47 | 75 |
| Binary | 10101101 | 11000010 | 1110101 | 1011 | 0 | 101000 | 11000 | 1001100 | 100111 | 111101 |
Color Harmonies of #ADC275
Complementary color
Monochromatic Colors of #ADC275
Black with #ADC275
Text Example
Text Example
White with #ADC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC275; }
p { color: rgb(173,194,117); }
H1.HeaderClassName
{
color: #ADC275;
}
.AnyTagClassName
{
color: #ADC275;
}
</style>
background-color css
<style>
a { background-color: #ADC275; }
a { background-color: rgb(173,194,117); }
div.DivClassName
{
background-color: #ADC275;
}
.BgClassName
{
background-color: #ADC275;
}
</style>
border-color css
<style>
span { border-color: #ADC275; }
span { border-color: rgb(173,194,117); }
td.TdClassName
{
border-color: #ADC275;
}
.TagClassName
{
border-color: #ADC275;
}
</style>