Shades of Caper #ADBE8B
Tints of Caper #ADBE8B
RGB
CMYK
RGB Variations
Color information
#ADBE8B (or 0xADBE8B) is known color: Caper. HEX triplet: AD, BE and 8B. RGB value is (173,190,139). Sum of RGB (Red+Green+Blue) = 173+190+139=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE8B is #524174. Grayscale: #B3B3B3. Windows color (decimal): -5390709 or 9158317. OLE color: 9158317.
HSL color Cylindrical-coordinate representation of color #ADBE8B: hue angle of 80º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADBE8B is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 139 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.25 |
| HSL | 80º | 0.28% | 0.65% | - |
| HSV(B) | 80º | 0.27% | 0.75% | - |
| XYZ | 40.31 | 47.58 | 31.48 | - |
| YUV | 179.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 139 | 0.09 | 0 | 0.27 | 0.25 | 80 | 0.28 | 0.65 |
| Hex | AD | BE | 8B | 9 | 0 | 1B | 19 | 50 | 1C | 41 |
| Octal | 255 | 276 | 213 | 11 | 0 | 33 | 31 | 120 | 34 | 101 |
| Binary | 10101101 | 10111110 | 10001011 | 1001 | 0 | 11011 | 11001 | 1010000 | 11100 | 1000001 |
Color Harmonies of #ADBE8B
Complementary color
Monochromatic Colors of #ADBE8B
Black with #ADBE8B
Text Example
Text Example
White with #ADBE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE8B; }
p { color: rgb(173,190,139); }
H1.HeaderClassName
{
color: #ADBE8B;
}
.AnyTagClassName
{
color: #ADBE8B;
}
</style>
background-color css
<style>
a { background-color: #ADBE8B; }
a { background-color: rgb(173,190,139); }
div.DivClassName
{
background-color: #ADBE8B;
}
.BgClassName
{
background-color: #ADBE8B;
}
</style>
border-color css
<style>
span { border-color: #ADBE8B; }
span { border-color: rgb(173,190,139); }
td.TdClassName
{
border-color: #ADBE8B;
}
.TagClassName
{
border-color: #ADBE8B;
}
</style>