Shades of Caper #ADC98B
Tints of Caper #ADC98B
RGB
CMYK
RGB Variations
Color information
#ADC98B (or 0xADC98B) is known color: Caper. HEX triplet: AD, C9 and 8B. RGB value is (173,201,139). Sum of RGB (Red+Green+Blue) = 173+201+139=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC98B is #523674. Grayscale: #B9B9B9. Windows color (decimal): -5387893 or 9161133. OLE color: 9161133.
HSL color Cylindrical-coordinate representation of color #ADC98B: hue angle of 87.1º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC98B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 139 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.21 |
| HSL | 87.1º | 0.36% | 0.67% | - |
| HSV(B) | 87.1º | 0.31% | 0.79% | - |
| XYZ | 42.78 | 52.52 | 32.31 | - |
| YUV | 185.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 139 | 0.14 | 0 | 0.31 | 0.21 | 87.1 | 0.36 | 0.67 |
| Hex | AD | C9 | 8B | E | 0 | 1F | 15 | 57 | 24 | 43 |
| Octal | 255 | 311 | 213 | 16 | 0 | 37 | 25 | 127 | 44 | 103 |
| Binary | 10101101 | 11001001 | 10001011 | 1110 | 0 | 11111 | 10101 | 1010111 | 100100 | 1000011 |
Color Harmonies of #ADC98B
Complementary color
Monochromatic Colors of #ADC98B
Black with #ADC98B
Text Example
Text Example
White with #ADC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC98B; }
p { color: rgb(173,201,139); }
H1.HeaderClassName
{
color: #ADC98B;
}
.AnyTagClassName
{
color: #ADC98B;
}
</style>
background-color css
<style>
a { background-color: #ADC98B; }
a { background-color: rgb(173,201,139); }
div.DivClassName
{
background-color: #ADC98B;
}
.BgClassName
{
background-color: #ADC98B;
}
</style>
border-color css
<style>
span { border-color: #ADC98B; }
span { border-color: rgb(173,201,139); }
td.TdClassName
{
border-color: #ADC98B;
}
.TagClassName
{
border-color: #ADC98B;
}
</style>