Shades of Olive Green #ABA55B
Tints of Olive Green #ABA55B
RGB
CMYK
RGB Variations
Color information
#ABA55B (or 0xABA55B) is known color: Olive Green. HEX triplet: AB, A5 and 5B. RGB value is (171,165,91). Sum of RGB (Red+Green+Blue) = 171+165+91=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA55B is #545AA4. Grayscale: #9E9E9E. Windows color (decimal): -5528229 or 6006187. OLE color: 6006187.
HSL color Cylindrical-coordinate representation of color #ABA55B: hue angle of 55.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABA55B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 91 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.33 |
| HSL | 55.5º | 0.32% | 0.51% | - |
| HSV(B) | 55.5º | 0.47% | 0.67% | - |
| XYZ | 32.14 | 36.32 | 15.21 | - |
| YUV | 158.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 91 | 0 | 0.04 | 0.47 | 0.33 | 55.5 | 0.32 | 0.51 |
| Hex | AB | A5 | 5B | 0 | 4 | 2F | 21 | 38 | 20 | 33 |
| Octal | 253 | 245 | 133 | 0 | 4 | 57 | 41 | 70 | 40 | 63 |
| Binary | 10101011 | 10100101 | 1011011 | 0 | 100 | 101111 | 100001 | 111000 | 100000 | 110011 |
Color Harmonies of #ABA55B
Complementary color
Monochromatic Colors of #ABA55B
Black with #ABA55B
Text Example
Text Example
White with #ABA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA55B; }
p { color: rgb(171,165,91); }
H1.HeaderClassName
{
color: #ABA55B;
}
.AnyTagClassName
{
color: #ABA55B;
}
</style>
background-color css
<style>
a { background-color: #ABA55B; }
a { background-color: rgb(171,165,91); }
div.DivClassName
{
background-color: #ABA55B;
}
.BgClassName
{
background-color: #ABA55B;
}
</style>
border-color css
<style>
span { border-color: #ABA55B; }
span { border-color: rgb(171,165,91); }
td.TdClassName
{
border-color: #ABA55B;
}
.TagClassName
{
border-color: #ABA55B;
}
</style>