Shades of Olive Green #ADB252
Tints of Olive Green #ADB252
RGB
CMYK
RGB Variations
Color information
#ADB252 (or 0xADB252) is known color: Olive Green. HEX triplet: AD, B2 and 52. RGB value is (173,178,82). Sum of RGB (Red+Green+Blue) = 173+178+82=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB252 is #524DAD. Grayscale: #A5A5A5. Windows color (decimal): -5393838 or 5419693. OLE color: 5419693.
HSL color Cylindrical-coordinate representation of color #ADB252: hue angle of 63.12º degrees, saturation: 0.38, 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 #ADB252 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 82 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.30 |
| HSL | 63.13º | 0.38% | 0.51% | - |
| HSV(B) | 63.13º | 0.54% | 0.7% | - |
| XYZ | 34.68 | 41.33 | 14.13 | - |
| YUV | 165.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 82 | 0.03 | 0 | 0.54 | 0.30 | 63.13 | 0.38 | 0.51 |
| Hex | AD | B2 | 52 | 3 | 0 | 36 | 1E | 3F | 26 | 33 |
| Octal | 255 | 262 | 122 | 3 | 0 | 66 | 36 | 77 | 46 | 63 |
| Binary | 10101101 | 10110010 | 1010010 | 11 | 0 | 110110 | 11110 | 111111 | 100110 | 110011 |
Color Harmonies of #ADB252
Complementary color
Monochromatic Colors of #ADB252
Black with #ADB252
Text Example
Text Example
White with #ADB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB252; }
p { color: rgb(173,178,82); }
H1.HeaderClassName
{
color: #ADB252;
}
.AnyTagClassName
{
color: #ADB252;
}
</style>
background-color css
<style>
a { background-color: #ADB252; }
a { background-color: rgb(173,178,82); }
div.DivClassName
{
background-color: #ADB252;
}
.BgClassName
{
background-color: #ADB252;
}
</style>
border-color css
<style>
span { border-color: #ADB252; }
span { border-color: rgb(173,178,82); }
td.TdClassName
{
border-color: #ADB252;
}
.TagClassName
{
border-color: #ADB252;
}
</style>