Shades of Olive Green #ADBA5E
Tints of Olive Green #ADBA5E
RGB
CMYK
RGB Variations
Color information
#ADBA5E (or 0xADBA5E) is known color: Olive Green. HEX triplet: AD, BA and 5E. RGB value is (173,186,94). Sum of RGB (Red+Green+Blue) = 173+186+94=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5E is #5245A1. Grayscale: #ABABAB. Windows color (decimal): -5391778 or 6208173. OLE color: 6208173.
HSL color Cylindrical-coordinate representation of color #ADBA5E: hue angle of 68.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADBA5E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 94 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.27 |
| HSL | 68.48º | 0.4% | 0.55% | - |
| HSV(B) | 68.48º | 0.49% | 0.73% | - |
| XYZ | 36.81 | 44.81 | 17.3 | - |
| YUV | 171.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 94 | 0.07 | 0 | 0.49 | 0.27 | 68.48 | 0.4 | 0.55 |
| Hex | AD | BA | 5E | 7 | 0 | 31 | 1B | 44 | 28 | 37 |
| Octal | 255 | 272 | 136 | 7 | 0 | 61 | 33 | 104 | 50 | 67 |
| Binary | 10101101 | 10111010 | 1011110 | 111 | 0 | 110001 | 11011 | 1000100 | 101000 | 110111 |
Color Harmonies of #ADBA5E
Complementary color
Monochromatic Colors of #ADBA5E
Black with #ADBA5E
Text Example
Text Example
White with #ADBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA5E; }
p { color: rgb(173,186,94); }
H1.HeaderClassName
{
color: #ADBA5E;
}
.AnyTagClassName
{
color: #ADBA5E;
}
</style>
background-color css
<style>
a { background-color: #ADBA5E; }
a { background-color: rgb(173,186,94); }
div.DivClassName
{
background-color: #ADBA5E;
}
.BgClassName
{
background-color: #ADBA5E;
}
</style>
border-color css
<style>
span { border-color: #ADBA5E; }
span { border-color: rgb(173,186,94); }
td.TdClassName
{
border-color: #ADBA5E;
}
.TagClassName
{
border-color: #ADBA5E;
}
</style>