Shades of Olive Green #ADB253
Tints of Olive Green #ADB253
RGB
CMYK
RGB Variations
Color information
#ADB253 (or 0xADB253) is known color: Olive Green. HEX triplet: AD, B2 and 53. RGB value is (173,178,83). Sum of RGB (Red+Green+Blue) = 173+178+83=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB253 is #524DAC. Grayscale: #A6A6A6. Windows color (decimal): -5393837 or 5485229. OLE color: 5485229.
HSL color Cylindrical-coordinate representation of color #ADB253: hue angle of 63.16º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB253 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 83 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.30 |
| HSL | 63.16º | 0.38% | 0.51% | - |
| HSV(B) | 63.16º | 0.53% | 0.7% | - |
| XYZ | 34.72 | 41.35 | 14.34 | - |
| YUV | 165.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 83 | 0.03 | 0 | 0.53 | 0.30 | 63.16 | 0.38 | 0.51 |
| Hex | AD | B2 | 53 | 3 | 0 | 35 | 1E | 3F | 26 | 33 |
| Octal | 255 | 262 | 123 | 3 | 0 | 65 | 36 | 77 | 46 | 63 |
| Binary | 10101101 | 10110010 | 1010011 | 11 | 0 | 110101 | 11110 | 111111 | 100110 | 110011 |
Color Harmonies of #ADB253
Complementary color
Monochromatic Colors of #ADB253
Black with #ADB253
Text Example
Text Example
White with #ADB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB253; }
p { color: rgb(173,178,83); }
H1.HeaderClassName
{
color: #ADB253;
}
.AnyTagClassName
{
color: #ADB253;
}
</style>
background-color css
<style>
a { background-color: #ADB253; }
a { background-color: rgb(173,178,83); }
div.DivClassName
{
background-color: #ADB253;
}
.BgClassName
{
background-color: #ADB253;
}
</style>
border-color css
<style>
span { border-color: #ADB253; }
span { border-color: rgb(173,178,83); }
td.TdClassName
{
border-color: #ADB253;
}
.TagClassName
{
border-color: #ADB253;
}
</style>