Shades of Olive Green #ABAF54
Tints of Olive Green #ABAF54
RGB
CMYK
RGB Variations
Color information
#ABAF54 (or 0xABAF54) is known color: Olive Green. HEX triplet: AB, AF and 54. RGB value is (171,175,84). Sum of RGB (Red+Green+Blue) = 171+175+84=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF54 is #5450AB. Grayscale: #A3A3A3. Windows color (decimal): -5525676 or 5549995. OLE color: 5549995.
HSL color Cylindrical-coordinate representation of color #ABAF54: hue angle of 62.64º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABAF54 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 84 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.31 |
| HSL | 62.64º | 0.36% | 0.51% | - |
| HSV(B) | 62.64º | 0.52% | 0.69% | - |
| XYZ | 33.72 | 39.96 | 14.32 | - |
| YUV | 163.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 84 | 0.02 | 0 | 0.52 | 0.31 | 62.64 | 0.36 | 0.51 |
| Hex | AB | AF | 54 | 2 | 0 | 34 | 1F | 3F | 24 | 33 |
| Octal | 253 | 257 | 124 | 2 | 0 | 64 | 37 | 77 | 44 | 63 |
| Binary | 10101011 | 10101111 | 1010100 | 10 | 0 | 110100 | 11111 | 111111 | 100100 | 110011 |
Color Harmonies of #ABAF54
Complementary color
Monochromatic Colors of #ABAF54
Black with #ABAF54
Text Example
Text Example
White with #ABAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF54; }
p { color: rgb(171,175,84); }
H1.HeaderClassName
{
color: #ABAF54;
}
.AnyTagClassName
{
color: #ABAF54;
}
</style>
background-color css
<style>
a { background-color: #ABAF54; }
a { background-color: rgb(171,175,84); }
div.DivClassName
{
background-color: #ABAF54;
}
.BgClassName
{
background-color: #ABAF54;
}
</style>
border-color css
<style>
span { border-color: #ABAF54; }
span { border-color: rgb(171,175,84); }
td.TdClassName
{
border-color: #ABAF54;
}
.TagClassName
{
border-color: #ABAF54;
}
</style>