Shades of Caper #ADC178
Tints of Caper #ADC178
RGB
CMYK
RGB Variations
Color information
#ADC178 (or 0xADC178) is known color: Caper. HEX triplet: AD, C1 and 78. RGB value is (173,193,120). Sum of RGB (Red+Green+Blue) = 173+193+120=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC178 is #523E87. Grayscale: #B2B2B2. Windows color (decimal): -5389960 or 7913901. OLE color: 7913901.
HSL color Cylindrical-coordinate representation of color #ADC178: hue angle of 76.44º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC178 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 120 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.24 |
| HSL | 76.44º | 0.37% | 0.61% | - |
| HSV(B) | 76.44º | 0.38% | 0.76% | - |
| XYZ | 39.69 | 48.38 | 25.02 | - |
| YUV | 178.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 120 | 0.10 | 0 | 0.38 | 0.24 | 76.44 | 0.37 | 0.61 |
| Hex | AD | C1 | 78 | A | 0 | 26 | 18 | 4C | 25 | 3D |
| Octal | 255 | 301 | 170 | 12 | 0 | 46 | 30 | 114 | 45 | 75 |
| Binary | 10101101 | 11000001 | 1111000 | 1010 | 0 | 100110 | 11000 | 1001100 | 100101 | 111101 |
Color Harmonies of #ADC178
Complementary color
Monochromatic Colors of #ADC178
Black with #ADC178
Text Example
Text Example
White with #ADC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC178; }
p { color: rgb(173,193,120); }
H1.HeaderClassName
{
color: #ADC178;
}
.AnyTagClassName
{
color: #ADC178;
}
</style>
background-color css
<style>
a { background-color: #ADC178; }
a { background-color: rgb(173,193,120); }
div.DivClassName
{
background-color: #ADC178;
}
.BgClassName
{
background-color: #ADC178;
}
</style>
border-color css
<style>
span { border-color: #ADC178; }
span { border-color: rgb(173,193,120); }
td.TdClassName
{
border-color: #ADC178;
}
.TagClassName
{
border-color: #ADC178;
}
</style>