Shades of Olive Green #ADBA5D
Tints of Olive Green #ADBA5D
RGB
CMYK
RGB Variations
Color information
#ADBA5D (or 0xADBA5D) is known color: Olive Green. HEX triplet: AD, BA and 5D. RGB value is (173,186,93). Sum of RGB (Red+Green+Blue) = 173+186+93=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5D is #5245A2. Grayscale: #ABABAB. Windows color (decimal): -5391779 or 6142637. OLE color: 6142637.
HSL color Cylindrical-coordinate representation of color #ADBA5D: hue angle of 68.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADBA5D is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 93 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.27 |
| HSL | 68.39º | 0.4% | 0.55% | - |
| HSV(B) | 68.39º | 0.5% | 0.73% | - |
| XYZ | 36.77 | 44.79 | 17.06 | - |
| YUV | 171.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 93 | 0.07 | 0 | 0.5 | 0.27 | 68.39 | 0.4 | 0.55 |
| Hex | AD | BA | 5D | 7 | 0 | 32 | 1B | 44 | 28 | 37 |
| Octal | 255 | 272 | 135 | 7 | 0 | 62 | 33 | 104 | 50 | 67 |
| Binary | 10101101 | 10111010 | 1011101 | 111 | 0 | 110010 | 11011 | 1000100 | 101000 | 110111 |
Color Harmonies of #ADBA5D
Complementary color
Monochromatic Colors of #ADBA5D
Black with #ADBA5D
Text Example
Text Example
White with #ADBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA5D; }
p { color: rgb(173,186,93); }
H1.HeaderClassName
{
color: #ADBA5D;
}
.AnyTagClassName
{
color: #ADBA5D;
}
</style>
background-color css
<style>
a { background-color: #ADBA5D; }
a { background-color: rgb(173,186,93); }
div.DivClassName
{
background-color: #ADBA5D;
}
.BgClassName
{
background-color: #ADBA5D;
}
</style>
border-color css
<style>
span { border-color: #ADBA5D; }
span { border-color: rgb(173,186,93); }
td.TdClassName
{
border-color: #ADBA5D;
}
.TagClassName
{
border-color: #ADBA5D;
}
</style>