Shades of Olive Green #ABB053
Tints of Olive Green #ABB053
RGB
CMYK
RGB Variations
Color information
#ABB053 (or 0xABB053) is known color: Olive Green. HEX triplet: AB, B0 and 53. RGB value is (171,176,83). Sum of RGB (Red+Green+Blue) = 171+176+83=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB053 is #544FAC. Grayscale: #A4A4A4. Windows color (decimal): -5525421 or 5484715. OLE color: 5484715.
HSL color Cylindrical-coordinate representation of color #ABB053: hue angle of 63.23º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABB053 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 176 | 83 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.31 |
| HSL | 63.23º | 0.37% | 0.51% | - |
| HSV(B) | 63.23º | 0.53% | 0.69% | - |
| XYZ | 33.88 | 40.33 | 14.18 | - |
| YUV | 163.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 83 | 0.03 | 0 | 0.53 | 0.31 | 63.23 | 0.37 | 0.51 |
| Hex | AB | B0 | 53 | 3 | 0 | 35 | 1F | 3F | 25 | 33 |
| Octal | 253 | 260 | 123 | 3 | 0 | 65 | 37 | 77 | 45 | 63 |
| Binary | 10101011 | 10110000 | 1010011 | 11 | 0 | 110101 | 11111 | 111111 | 100101 | 110011 |
Color Harmonies of #ABB053
Complementary color
Monochromatic Colors of #ABB053
Black with #ABB053
Text Example
Text Example
White with #ABB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB053; }
p { color: rgb(171,176,83); }
H1.HeaderClassName
{
color: #ABB053;
}
.AnyTagClassName
{
color: #ABB053;
}
</style>
background-color css
<style>
a { background-color: #ABB053; }
a { background-color: rgb(171,176,83); }
div.DivClassName
{
background-color: #ABB053;
}
.BgClassName
{
background-color: #ABB053;
}
</style>
border-color css
<style>
span { border-color: #ABB053; }
span { border-color: rgb(171,176,83); }
td.TdClassName
{
border-color: #ABB053;
}
.TagClassName
{
border-color: #ABB053;
}
</style>