Shades of Olive Green #ABB25D
Tints of Olive Green #ABB25D
RGB
CMYK
RGB Variations
Color information
#ABB25D (or 0xABB25D) is known color: Olive Green. HEX triplet: AB, B2 and 5D. RGB value is (171,178,93). Sum of RGB (Red+Green+Blue) = 171+178+93=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB25D is #544DA2. Grayscale: #A6A6A6. Windows color (decimal): -5524899 or 6140587. OLE color: 6140587.
HSL color Cylindrical-coordinate representation of color #ABB25D: hue angle of 64.94º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABB25D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 93 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.30 |
| HSL | 64.94º | 0.36% | 0.53% | - |
| HSV(B) | 64.94º | 0.48% | 0.7% | - |
| XYZ | 34.69 | 41.29 | 16.5 | - |
| YUV | 166.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 93 | 0.04 | 0 | 0.48 | 0.30 | 64.94 | 0.36 | 0.53 |
| Hex | AB | B2 | 5D | 4 | 0 | 30 | 1E | 41 | 24 | 35 |
| Octal | 253 | 262 | 135 | 4 | 0 | 60 | 36 | 101 | 44 | 65 |
| Binary | 10101011 | 10110010 | 1011101 | 100 | 0 | 110000 | 11110 | 1000001 | 100100 | 110101 |
Color Harmonies of #ABB25D
Complementary color
Monochromatic Colors of #ABB25D
Black with #ABB25D
Text Example
Text Example
White with #ABB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB25D; }
p { color: rgb(171,178,93); }
H1.HeaderClassName
{
color: #ABB25D;
}
.AnyTagClassName
{
color: #ABB25D;
}
</style>
background-color css
<style>
a { background-color: #ABB25D; }
a { background-color: rgb(171,178,93); }
div.DivClassName
{
background-color: #ABB25D;
}
.BgClassName
{
background-color: #ABB25D;
}
</style>
border-color css
<style>
span { border-color: #ABB25D; }
span { border-color: rgb(171,178,93); }
td.TdClassName
{
border-color: #ABB25D;
}
.TagClassName
{
border-color: #ABB25D;
}
</style>