Shades of Caper #ADC48B
Tints of Caper #ADC48B
RGB
CMYK
RGB Variations
Color information
#ADC48B (or 0xADC48B) is known color: Caper. HEX triplet: AD, C4 and 8B. RGB value is (173,196,139). Sum of RGB (Red+Green+Blue) = 173+196+139=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48B is #523B74. Grayscale: #B6B6B6. Windows color (decimal): -5389173 or 9159853. OLE color: 9159853.
HSL color Cylindrical-coordinate representation of color #ADC48B: hue angle of 84.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC48B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 139 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.23 |
| HSL | 84.21º | 0.33% | 0.66% | - |
| HSV(B) | 84.21º | 0.29% | 0.77% | - |
| XYZ | 41.63 | 50.23 | 31.93 | - |
| YUV | 182.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 139 | 0.12 | 0 | 0.29 | 0.23 | 84.21 | 0.33 | 0.66 |
| Hex | AD | C4 | 8B | C | 0 | 1D | 17 | 54 | 21 | 42 |
| Octal | 255 | 304 | 213 | 14 | 0 | 35 | 27 | 124 | 41 | 102 |
| Binary | 10101101 | 11000100 | 10001011 | 1100 | 0 | 11101 | 10111 | 1010100 | 100001 | 1000010 |
Color Harmonies of #ADC48B
Complementary color
Monochromatic Colors of #ADC48B
Black with #ADC48B
Text Example
Text Example
White with #ADC48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC48B; }
p { color: rgb(173,196,139); }
H1.HeaderClassName
{
color: #ADC48B;
}
.AnyTagClassName
{
color: #ADC48B;
}
</style>
background-color css
<style>
a { background-color: #ADC48B; }
a { background-color: rgb(173,196,139); }
div.DivClassName
{
background-color: #ADC48B;
}
.BgClassName
{
background-color: #ADC48B;
}
</style>
border-color css
<style>
span { border-color: #ADC48B; }
span { border-color: rgb(173,196,139); }
td.TdClassName
{
border-color: #ADC48B;
}
.TagClassName
{
border-color: #ADC48B;
}
</style>