Shades of Caper #ADCA8B
Tints of Caper #ADCA8B
RGB
CMYK
RGB Variations
Color information
#ADCA8B (or 0xADCA8B) is known color: Caper. HEX triplet: AD, CA and 8B. RGB value is (173,202,139). Sum of RGB (Red+Green+Blue) = 173+202+139=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA8B is #523574. Grayscale: #BABABA. Windows color (decimal): -5387637 or 9161389. OLE color: 9161389.
HSL color Cylindrical-coordinate representation of color #ADCA8B: hue angle of 87.62º degrees, saturation: 0.37, 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 #ADCA8B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 139 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.21 |
| HSL | 87.62º | 0.37% | 0.67% | - |
| HSV(B) | 87.62º | 0.31% | 0.79% | - |
| XYZ | 43.01 | 52.99 | 32.39 | - |
| YUV | 186.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 139 | 0.14 | 0 | 0.31 | 0.21 | 87.62 | 0.37 | 0.67 |
| Hex | AD | CA | 8B | E | 0 | 1F | 15 | 58 | 25 | 43 |
| Octal | 255 | 312 | 213 | 16 | 0 | 37 | 25 | 130 | 45 | 103 |
| Binary | 10101101 | 11001010 | 10001011 | 1110 | 0 | 11111 | 10101 | 1011000 | 100101 | 1000011 |
Color Harmonies of #ADCA8B
Complementary color
Monochromatic Colors of #ADCA8B
Black with #ADCA8B
Text Example
Text Example
White with #ADCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA8B; }
p { color: rgb(173,202,139); }
H1.HeaderClassName
{
color: #ADCA8B;
}
.AnyTagClassName
{
color: #ADCA8B;
}
</style>
background-color css
<style>
a { background-color: #ADCA8B; }
a { background-color: rgb(173,202,139); }
div.DivClassName
{
background-color: #ADCA8B;
}
.BgClassName
{
background-color: #ADCA8B;
}
</style>
border-color css
<style>
span { border-color: #ADCA8B; }
span { border-color: rgb(173,202,139); }
td.TdClassName
{
border-color: #ADCA8B;
}
.TagClassName
{
border-color: #ADCA8B;
}
</style>