Shades of Caper #ADC175
Tints of Caper #ADC175
RGB
CMYK
RGB Variations
Color information
#ADC175 (or 0xADC175) is known color: Caper. HEX triplet: AD, C1 and 75. RGB value is (173,193,117). Sum of RGB (Red+Green+Blue) = 173+193+117=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC175 is #523E8A. Grayscale: #B2B2B2. Windows color (decimal): -5389963 or 7717293. OLE color: 7717293.
HSL color Cylindrical-coordinate representation of color #ADC175: hue angle of 75.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC175 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 117 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.24 |
| HSL | 75.79º | 0.38% | 0.61% | - |
| HSV(B) | 75.79º | 0.39% | 0.76% | - |
| XYZ | 39.51 | 48.31 | 24.07 | - |
| YUV | 178.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 117 | 0.10 | 0 | 0.39 | 0.24 | 75.79 | 0.38 | 0.61 |
| Hex | AD | C1 | 75 | A | 0 | 27 | 18 | 4C | 26 | 3D |
| Octal | 255 | 301 | 165 | 12 | 0 | 47 | 30 | 114 | 46 | 75 |
| Binary | 10101101 | 11000001 | 1110101 | 1010 | 0 | 100111 | 11000 | 1001100 | 100110 | 111101 |
Color Harmonies of #ADC175
Complementary color
Monochromatic Colors of #ADC175
Black with #ADC175
Text Example
Text Example
White with #ADC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC175; }
p { color: rgb(173,193,117); }
H1.HeaderClassName
{
color: #ADC175;
}
.AnyTagClassName
{
color: #ADC175;
}
</style>
background-color css
<style>
a { background-color: #ADC175; }
a { background-color: rgb(173,193,117); }
div.DivClassName
{
background-color: #ADC175;
}
.BgClassName
{
background-color: #ADC175;
}
</style>
border-color css
<style>
span { border-color: #ADC175; }
span { border-color: rgb(173,193,117); }
td.TdClassName
{
border-color: #ADC175;
}
.TagClassName
{
border-color: #ADC175;
}
</style>