Shades of Olive Green #A9B15B
Tints of Olive Green #A9B15B
RGB
CMYK
RGB Variations
Color information
#A9B15B (or 0xA9B15B) is known color: Olive Green. HEX triplet: A9, B1 and 5B. RGB value is (169,177,91). Sum of RGB (Red+Green+Blue) = 169+177+91=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B15B is #564EA4. Grayscale: #A5A5A5. Windows color (decimal): -5656229 or 6009257. OLE color: 6009257.
HSL color Cylindrical-coordinate representation of color #A9B15B: hue angle of 65.58º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9B15B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 91 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.31 |
| HSL | 65.58º | 0.36% | 0.53% | - |
| HSV(B) | 65.58º | 0.49% | 0.69% | - |
| XYZ | 33.97 | 40.63 | 15.95 | - |
| YUV | 164.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 91 | 0.05 | 0 | 0.49 | 0.31 | 65.58 | 0.36 | 0.53 |
| Hex | A9 | B1 | 5B | 5 | 0 | 31 | 1F | 42 | 24 | 35 |
| Octal | 251 | 261 | 133 | 5 | 0 | 61 | 37 | 102 | 44 | 65 |
| Binary | 10101001 | 10110001 | 1011011 | 101 | 0 | 110001 | 11111 | 1000010 | 100100 | 110101 |
Color Harmonies of #A9B15B
Complementary color
Monochromatic Colors of #A9B15B
Black with #A9B15B
Text Example
Text Example
White with #A9B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B15B; }
p { color: rgb(169,177,91); }
H1.HeaderClassName
{
color: #A9B15B;
}
.AnyTagClassName
{
color: #A9B15B;
}
</style>
background-color css
<style>
a { background-color: #A9B15B; }
a { background-color: rgb(169,177,91); }
div.DivClassName
{
background-color: #A9B15B;
}
.BgClassName
{
background-color: #A9B15B;
}
</style>
border-color css
<style>
span { border-color: #A9B15B; }
span { border-color: rgb(169,177,91); }
td.TdClassName
{
border-color: #A9B15B;
}
.TagClassName
{
border-color: #A9B15B;
}
</style>