Shades of Olive Green #ADB153
Tints of Olive Green #ADB153
RGB
CMYK
RGB Variations
Color information
#ADB153 (or 0xADB153) is known color: Olive Green. HEX triplet: AD, B1 and 53. RGB value is (173,177,83). Sum of RGB (Red+Green+Blue) = 173+177+83=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB153 is #524EAC. Grayscale: #A5A5A5. Windows color (decimal): -5394093 or 5484973. OLE color: 5484973.
HSL color Cylindrical-coordinate representation of color #ADB153: hue angle of 62.55º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB153 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 83 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.31 |
| HSL | 62.55º | 0.38% | 0.51% | - |
| HSV(B) | 62.55º | 0.53% | 0.69% | - |
| XYZ | 34.52 | 40.95 | 14.27 | - |
| YUV | 165.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 83 | 0.02 | 0 | 0.53 | 0.31 | 62.55 | 0.38 | 0.51 |
| Hex | AD | B1 | 53 | 2 | 0 | 35 | 1F | 3F | 26 | 33 |
| Octal | 255 | 261 | 123 | 2 | 0 | 65 | 37 | 77 | 46 | 63 |
| Binary | 10101101 | 10110001 | 1010011 | 10 | 0 | 110101 | 11111 | 111111 | 100110 | 110011 |
Color Harmonies of #ADB153
Complementary color
Monochromatic Colors of #ADB153
Black with #ADB153
Text Example
Text Example
White with #ADB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB153; }
p { color: rgb(173,177,83); }
H1.HeaderClassName
{
color: #ADB153;
}
.AnyTagClassName
{
color: #ADB153;
}
</style>
background-color css
<style>
a { background-color: #ADB153; }
a { background-color: rgb(173,177,83); }
div.DivClassName
{
background-color: #ADB153;
}
.BgClassName
{
background-color: #ADB153;
}
</style>
border-color css
<style>
span { border-color: #ADB153; }
span { border-color: rgb(173,177,83); }
td.TdClassName
{
border-color: #ADB153;
}
.TagClassName
{
border-color: #ADB153;
}
</style>