Shades of Olive Green #ADB25B
Tints of Olive Green #ADB25B
RGB
CMYK
RGB Variations
Color information
#ADB25B (or 0xADB25B) is known color: Olive Green. HEX triplet: AD, B2 and 5B. RGB value is (173,178,91). Sum of RGB (Red+Green+Blue) = 173+178+91=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB25B is #524DA4. Grayscale: #A6A6A6. Windows color (decimal): -5393829 or 6009517. OLE color: 6009517.
HSL color Cylindrical-coordinate representation of color #ADB25B: hue angle of 63.45º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB25B is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 91 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.30 |
| HSL | 63.45º | 0.36% | 0.53% | - |
| HSV(B) | 63.45º | 0.49% | 0.7% | - |
| XYZ | 35.04 | 41.48 | 16.06 | - |
| YUV | 166.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 91 | 0.03 | 0 | 0.49 | 0.30 | 63.45 | 0.36 | 0.53 |
| Hex | AD | B2 | 5B | 3 | 0 | 31 | 1E | 3F | 24 | 35 |
| Octal | 255 | 262 | 133 | 3 | 0 | 61 | 36 | 77 | 44 | 65 |
| Binary | 10101101 | 10110010 | 1011011 | 11 | 0 | 110001 | 11110 | 111111 | 100100 | 110101 |
Color Harmonies of #ADB25B
Complementary color
Monochromatic Colors of #ADB25B
Black with #ADB25B
Text Example
Text Example
White with #ADB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB25B; }
p { color: rgb(173,178,91); }
H1.HeaderClassName
{
color: #ADB25B;
}
.AnyTagClassName
{
color: #ADB25B;
}
</style>
background-color css
<style>
a { background-color: #ADB25B; }
a { background-color: rgb(173,178,91); }
div.DivClassName
{
background-color: #ADB25B;
}
.BgClassName
{
background-color: #ADB25B;
}
</style>
border-color css
<style>
span { border-color: #ADB25B; }
span { border-color: rgb(173,178,91); }
td.TdClassName
{
border-color: #ADB25B;
}
.TagClassName
{
border-color: #ADB25B;
}
</style>