Shades of Olive Green #ADB55B
Tints of Olive Green #ADB55B
RGB
CMYK
RGB Variations
Color information
#ADB55B (or 0xADB55B) is known color: Olive Green. HEX triplet: AD, B5 and 5B. RGB value is (173,181,91). Sum of RGB (Red+Green+Blue) = 173+181+91=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB55B is #524AA4. Grayscale: #A8A8A8. Windows color (decimal): -5393061 or 6010285. OLE color: 6010285.
HSL color Cylindrical-coordinate representation of color #ADB55B: hue angle of 65.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADB55B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 91 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.29 |
| HSL | 65.33º | 0.38% | 0.53% | - |
| HSV(B) | 65.33º | 0.5% | 0.71% | - |
| XYZ | 35.65 | 42.69 | 16.26 | - |
| YUV | 168.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 91 | 0.04 | 0 | 0.50 | 0.29 | 65.33 | 0.38 | 0.53 |
| Hex | AD | B5 | 5B | 4 | 0 | 32 | 1D | 41 | 26 | 35 |
| Octal | 255 | 265 | 133 | 4 | 0 | 62 | 35 | 101 | 46 | 65 |
| Binary | 10101101 | 10110101 | 1011011 | 100 | 0 | 110010 | 11101 | 1000001 | 100110 | 110101 |
Color Harmonies of #ADB55B
Complementary color
Monochromatic Colors of #ADB55B
Black with #ADB55B
Text Example
Text Example
White with #ADB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB55B; }
p { color: rgb(173,181,91); }
H1.HeaderClassName
{
color: #ADB55B;
}
.AnyTagClassName
{
color: #ADB55B;
}
</style>
background-color css
<style>
a { background-color: #ADB55B; }
a { background-color: rgb(173,181,91); }
div.DivClassName
{
background-color: #ADB55B;
}
.BgClassName
{
background-color: #ADB55B;
}
</style>
border-color css
<style>
span { border-color: #ADB55B; }
span { border-color: rgb(173,181,91); }
td.TdClassName
{
border-color: #ADB55B;
}
.TagClassName
{
border-color: #ADB55B;
}
</style>