Shades of Olive Green #ADBA5B
Tints of Olive Green #ADBA5B
RGB
CMYK
RGB Variations
Color information
#ADBA5B (or 0xADBA5B) is known color: Olive Green. HEX triplet: AD, BA and 5B. RGB value is (173,186,91). Sum of RGB (Red+Green+Blue) = 173+186+91=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5B is #5245A4. Grayscale: #ABABAB. Windows color (decimal): -5391781 or 6011565. OLE color: 6011565.
HSL color Cylindrical-coordinate representation of color #ADBA5B: hue angle of 68.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADBA5B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 91 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.27 |
| HSL | 68.21º | 0.41% | 0.54% | - |
| HSV(B) | 68.21º | 0.51% | 0.73% | - |
| XYZ | 36.68 | 44.76 | 16.6 | - |
| YUV | 171.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 91 | 0.07 | 0 | 0.51 | 0.27 | 68.21 | 0.41 | 0.54 |
| Hex | AD | BA | 5B | 7 | 0 | 33 | 1B | 44 | 29 | 36 |
| Octal | 255 | 272 | 133 | 7 | 0 | 63 | 33 | 104 | 51 | 66 |
| Binary | 10101101 | 10111010 | 1011011 | 111 | 0 | 110011 | 11011 | 1000100 | 101001 | 110110 |
Color Harmonies of #ADBA5B
Complementary color
Monochromatic Colors of #ADBA5B
Black with #ADBA5B
Text Example
Text Example
White with #ADBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA5B; }
p { color: rgb(173,186,91); }
H1.HeaderClassName
{
color: #ADBA5B;
}
.AnyTagClassName
{
color: #ADBA5B;
}
</style>
background-color css
<style>
a { background-color: #ADBA5B; }
a { background-color: rgb(173,186,91); }
div.DivClassName
{
background-color: #ADBA5B;
}
.BgClassName
{
background-color: #ADBA5B;
}
</style>
border-color css
<style>
span { border-color: #ADBA5B; }
span { border-color: rgb(173,186,91); }
td.TdClassName
{
border-color: #ADBA5B;
}
.TagClassName
{
border-color: #ADBA5B;
}
</style>