Shades of Olive Green #ADB251
Tints of Olive Green #ADB251
RGB
CMYK
RGB Variations
Color information
#ADB251 (or 0xADB251) is known color: Olive Green. HEX triplet: AD, B2 and 51. RGB value is (173,178,81). Sum of RGB (Red+Green+Blue) = 173+178+81=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB251 is #524DAE. Grayscale: #A5A5A5. Windows color (decimal): -5393839 or 5354157. OLE color: 5354157.
HSL color Cylindrical-coordinate representation of color #ADB251: hue angle of 63.09º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB251 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 81 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.30 |
| HSL | 63.09º | 0.39% | 0.51% | - |
| HSV(B) | 63.09º | 0.54% | 0.7% | - |
| XYZ | 34.64 | 41.32 | 13.93 | - |
| YUV | 165.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 81 | 0.03 | 0 | 0.54 | 0.30 | 63.09 | 0.39 | 0.51 |
| Hex | AD | B2 | 51 | 3 | 0 | 36 | 1E | 3F | 27 | 33 |
| Octal | 255 | 262 | 121 | 3 | 0 | 66 | 36 | 77 | 47 | 63 |
| Binary | 10101101 | 10110010 | 1010001 | 11 | 0 | 110110 | 11110 | 111111 | 100111 | 110011 |
Color Harmonies of #ADB251
Complementary color
Monochromatic Colors of #ADB251
Black with #ADB251
Text Example
Text Example
White with #ADB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB251; }
p { color: rgb(173,178,81); }
H1.HeaderClassName
{
color: #ADB251;
}
.AnyTagClassName
{
color: #ADB251;
}
</style>
background-color css
<style>
a { background-color: #ADB251; }
a { background-color: rgb(173,178,81); }
div.DivClassName
{
background-color: #ADB251;
}
.BgClassName
{
background-color: #ADB251;
}
</style>
border-color css
<style>
span { border-color: #ADB251; }
span { border-color: rgb(173,178,81); }
td.TdClassName
{
border-color: #ADB251;
}
.TagClassName
{
border-color: #ADB251;
}
</style>