Shades of Caper #ADBE7D
Tints of Caper #ADBE7D
RGB
CMYK
RGB Variations
Color information
#ADBE7D (or 0xADBE7D) is known color: Caper. HEX triplet: AD, BE and 7D. RGB value is (173,190,125). Sum of RGB (Red+Green+Blue) = 173+190+125=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE7D is #524182. Grayscale: #B1B1B1. Windows color (decimal): -5390723 or 8240813. OLE color: 8240813.
HSL color Cylindrical-coordinate representation of color #ADBE7D: hue angle of 75.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADBE7D is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 125 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.25 |
| HSL | 75.69º | 0.33% | 0.62% | - |
| HSV(B) | 75.69º | 0.34% | 0.75% | - |
| XYZ | 39.35 | 47.19 | 26.44 | - |
| YUV | 177.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 125 | 0.09 | 0 | 0.34 | 0.25 | 75.69 | 0.33 | 0.62 |
| Hex | AD | BE | 7D | 9 | 0 | 22 | 19 | 4C | 21 | 3E |
| Octal | 255 | 276 | 175 | 11 | 0 | 42 | 31 | 114 | 41 | 76 |
| Binary | 10101101 | 10111110 | 1111101 | 1001 | 0 | 100010 | 11001 | 1001100 | 100001 | 111110 |
Color Harmonies of #ADBE7D
Complementary color
Monochromatic Colors of #ADBE7D
Black with #ADBE7D
Text Example
Text Example
White with #ADBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE7D; }
p { color: rgb(173,190,125); }
H1.HeaderClassName
{
color: #ADBE7D;
}
.AnyTagClassName
{
color: #ADBE7D;
}
</style>
background-color css
<style>
a { background-color: #ADBE7D; }
a { background-color: rgb(173,190,125); }
div.DivClassName
{
background-color: #ADBE7D;
}
.BgClassName
{
background-color: #ADBE7D;
}
</style>
border-color css
<style>
span { border-color: #ADBE7D; }
span { border-color: rgb(173,190,125); }
td.TdClassName
{
border-color: #ADBE7D;
}
.TagClassName
{
border-color: #ADBE7D;
}
</style>