Shades of Olive Green #ADB95B
Tints of Olive Green #ADB95B
RGB
CMYK
RGB Variations
Color information
#ADB95B (or 0xADB95B) is known color: Olive Green. HEX triplet: AD, B9 and 5B. RGB value is (173,185,91). Sum of RGB (Red+Green+Blue) = 173+185+91=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB95B is #5246A4. Grayscale: #ABABAB. Windows color (decimal): -5392037 or 6011309. OLE color: 6011309.
HSL color Cylindrical-coordinate representation of color #ADB95B: hue angle of 67.66º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB95B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 91 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.27 |
| HSL | 67.66º | 0.4% | 0.54% | - |
| HSV(B) | 67.66º | 0.51% | 0.73% | - |
| XYZ | 36.47 | 44.34 | 16.53 | - |
| YUV | 170.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 91 | 0.06 | 0 | 0.51 | 0.27 | 67.66 | 0.4 | 0.54 |
| Hex | AD | B9 | 5B | 6 | 0 | 33 | 1B | 44 | 28 | 36 |
| Octal | 255 | 271 | 133 | 6 | 0 | 63 | 33 | 104 | 50 | 66 |
| Binary | 10101101 | 10111001 | 1011011 | 110 | 0 | 110011 | 11011 | 1000100 | 101000 | 110110 |
Color Harmonies of #ADB95B
Complementary color
Monochromatic Colors of #ADB95B
Black with #ADB95B
Text Example
Text Example
White with #ADB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB95B; }
p { color: rgb(173,185,91); }
H1.HeaderClassName
{
color: #ADB95B;
}
.AnyTagClassName
{
color: #ADB95B;
}
</style>
background-color css
<style>
a { background-color: #ADB95B; }
a { background-color: rgb(173,185,91); }
div.DivClassName
{
background-color: #ADB95B;
}
.BgClassName
{
background-color: #ADB95B;
}
</style>
border-color css
<style>
span { border-color: #ADB95B; }
span { border-color: rgb(173,185,91); }
td.TdClassName
{
border-color: #ADB95B;
}
.TagClassName
{
border-color: #ADB95B;
}
</style>