Shades of Caper #ADCB7A
Tints of Caper #ADCB7A
RGB
CMYK
RGB Variations
Color information
#ADCB7A (or 0xADCB7A) is known color: Caper. HEX triplet: AD, CB and 7A. RGB value is (173,203,122). Sum of RGB (Red+Green+Blue) = 173+203+122=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB7A is #523485. Grayscale: #B9B9B9. Windows color (decimal): -5387398 or 8047533. OLE color: 8047533.
HSL color Cylindrical-coordinate representation of color #ADCB7A: hue angle of 82.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCB7A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 122 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.20 |
| HSL | 82.22º | 0.44% | 0.64% | - |
| HSV(B) | 82.22º | 0.4% | 0.8% | - |
| XYZ | 42.1 | 53 | 26.42 | - |
| YUV | 184.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 122 | 0.15 | 0 | 0.40 | 0.20 | 82.22 | 0.44 | 0.64 |
| Hex | AD | CB | 7A | F | 0 | 28 | 14 | 52 | 2C | 40 |
| Octal | 255 | 313 | 172 | 17 | 0 | 50 | 24 | 122 | 54 | 100 |
| Binary | 10101101 | 11001011 | 1111010 | 1111 | 0 | 101000 | 10100 | 1010010 | 101100 | 1000000 |
Color Harmonies of #ADCB7A
Complementary color
Monochromatic Colors of #ADCB7A
Black with #ADCB7A
Text Example
Text Example
White with #ADCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB7A; }
p { color: rgb(173,203,122); }
H1.HeaderClassName
{
color: #ADCB7A;
}
.AnyTagClassName
{
color: #ADCB7A;
}
</style>
background-color css
<style>
a { background-color: #ADCB7A; }
a { background-color: rgb(173,203,122); }
div.DivClassName
{
background-color: #ADCB7A;
}
.BgClassName
{
background-color: #ADCB7A;
}
</style>
border-color css
<style>
span { border-color: #ADCB7A; }
span { border-color: rgb(173,203,122); }
td.TdClassName
{
border-color: #ADCB7A;
}
.TagClassName
{
border-color: #ADCB7A;
}
</style>