Shades of Caper #ADCB7E
Tints of Caper #ADCB7E
RGB
CMYK
RGB Variations
Color information
#ADCB7E (or 0xADCB7E) is known color: Caper. HEX triplet: AD, CB and 7E. RGB value is (173,203,126). Sum of RGB (Red+Green+Blue) = 173+203+126=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB7E is #523481. Grayscale: #B9B9B9. Windows color (decimal): -5387394 or 8309677. OLE color: 8309677.
HSL color Cylindrical-coordinate representation of color #ADCB7E: hue angle of 83.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCB7E is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 126 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.20 |
| HSL | 83.38º | 0.43% | 0.65% | - |
| HSV(B) | 83.38º | 0.38% | 0.8% | - |
| XYZ | 42.36 | 53.1 | 27.76 | - |
| YUV | 185.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 126 | 0.15 | 0 | 0.38 | 0.20 | 83.38 | 0.43 | 0.65 |
| Hex | AD | CB | 7E | F | 0 | 26 | 14 | 53 | 2B | 41 |
| Octal | 255 | 313 | 176 | 17 | 0 | 46 | 24 | 123 | 53 | 101 |
| Binary | 10101101 | 11001011 | 1111110 | 1111 | 0 | 100110 | 10100 | 1010011 | 101011 | 1000001 |
Color Harmonies of #ADCB7E
Complementary color
Monochromatic Colors of #ADCB7E
Black with #ADCB7E
Text Example
Text Example
White with #ADCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB7E; }
p { color: rgb(173,203,126); }
H1.HeaderClassName
{
color: #ADCB7E;
}
.AnyTagClassName
{
color: #ADCB7E;
}
</style>
background-color css
<style>
a { background-color: #ADCB7E; }
a { background-color: rgb(173,203,126); }
div.DivClassName
{
background-color: #ADCB7E;
}
.BgClassName
{
background-color: #ADCB7E;
}
</style>
border-color css
<style>
span { border-color: #ADCB7E; }
span { border-color: rgb(173,203,126); }
td.TdClassName
{
border-color: #ADCB7E;
}
.TagClassName
{
border-color: #ADCB7E;
}
</style>