Shades of Olive Green #ABAE5C
Tints of Olive Green #ABAE5C
RGB
CMYK
RGB Variations
Color information
#ABAE5C (or 0xABAE5C) is known color: Olive Green. HEX triplet: AB, AE and 5C. RGB value is (171,174,92). Sum of RGB (Red+Green+Blue) = 171+174+92=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE5C is #5451A3. Grayscale: #A4A4A4. Windows color (decimal): -5525924 or 6074027. OLE color: 6074027.
HSL color Cylindrical-coordinate representation of color #ABAE5C: hue angle of 62.2º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABAE5C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 92 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.32 |
| HSL | 62.2º | 0.34% | 0.52% | - |
| HSV(B) | 62.2º | 0.47% | 0.68% | - |
| XYZ | 33.86 | 39.7 | 16 | - |
| YUV | 163.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 92 | 0.02 | 0 | 0.47 | 0.32 | 62.2 | 0.34 | 0.52 |
| Hex | AB | AE | 5C | 2 | 0 | 2F | 20 | 3E | 22 | 34 |
| Octal | 253 | 256 | 134 | 2 | 0 | 57 | 40 | 76 | 42 | 64 |
| Binary | 10101011 | 10101110 | 1011100 | 10 | 0 | 101111 | 100000 | 111110 | 100010 | 110100 |
Color Harmonies of #ABAE5C
Complementary color
Monochromatic Colors of #ABAE5C
Black with #ABAE5C
Text Example
Text Example
White with #ABAE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE5C; }
p { color: rgb(171,174,92); }
H1.HeaderClassName
{
color: #ABAE5C;
}
.AnyTagClassName
{
color: #ABAE5C;
}
</style>
background-color css
<style>
a { background-color: #ABAE5C; }
a { background-color: rgb(171,174,92); }
div.DivClassName
{
background-color: #ABAE5C;
}
.BgClassName
{
background-color: #ABAE5C;
}
</style>
border-color css
<style>
span { border-color: #ABAE5C; }
span { border-color: rgb(171,174,92); }
td.TdClassName
{
border-color: #ABAE5C;
}
.TagClassName
{
border-color: #ABAE5C;
}
</style>