Shades of Olive Green #ADB152
Tints of Olive Green #ADB152
RGB
CMYK
RGB Variations
Color information
#ADB152 (or 0xADB152) is known color: Olive Green. HEX triplet: AD, B1 and 52. RGB value is (173,177,82). Sum of RGB (Red+Green+Blue) = 173+177+82=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB152 is #524EAD. Grayscale: #A5A5A5. Windows color (decimal): -5394094 or 5419437. OLE color: 5419437.
HSL color Cylindrical-coordinate representation of color #ADB152: hue angle of 62.53º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB152 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 82 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.31 |
| HSL | 62.53º | 0.38% | 0.51% | - |
| HSV(B) | 62.53º | 0.54% | 0.69% | - |
| XYZ | 34.48 | 40.94 | 14.07 | - |
| YUV | 164.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 82 | 0.02 | 0 | 0.54 | 0.31 | 62.53 | 0.38 | 0.51 |
| Hex | AD | B1 | 52 | 2 | 0 | 36 | 1F | 3F | 26 | 33 |
| Octal | 255 | 261 | 122 | 2 | 0 | 66 | 37 | 77 | 46 | 63 |
| Binary | 10101101 | 10110001 | 1010010 | 10 | 0 | 110110 | 11111 | 111111 | 100110 | 110011 |
Color Harmonies of #ADB152
Complementary color
Monochromatic Colors of #ADB152
Black with #ADB152
Text Example
Text Example
White with #ADB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB152; }
p { color: rgb(173,177,82); }
H1.HeaderClassName
{
color: #ADB152;
}
.AnyTagClassName
{
color: #ADB152;
}
</style>
background-color css
<style>
a { background-color: #ADB152; }
a { background-color: rgb(173,177,82); }
div.DivClassName
{
background-color: #ADB152;
}
.BgClassName
{
background-color: #ADB152;
}
</style>
border-color css
<style>
span { border-color: #ADB152; }
span { border-color: rgb(173,177,82); }
td.TdClassName
{
border-color: #ADB152;
}
.TagClassName
{
border-color: #ADB152;
}
</style>