Shades of Olive Green #AEB25D
Tints of Olive Green #AEB25D
RGB
CMYK
RGB Variations
Color information
#AEB25D (or 0xAEB25D) is known color: Olive Green. HEX triplet: AE, B2 and 5D. RGB value is (174,178,93). Sum of RGB (Red+Green+Blue) = 174+178+93=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB25D is #514DA2. Grayscale: #A7A7A7. Windows color (decimal): -5328291 or 6140590. OLE color: 6140590.
HSL color Cylindrical-coordinate representation of color #AEB25D: hue angle of 62.82º 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 #AEB25D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 178 | 93 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.30 |
| HSL | 62.82º | 0.36% | 0.53% | - |
| HSV(B) | 62.82º | 0.48% | 0.7% | - |
| XYZ | 35.35 | 41.63 | 16.53 | - |
| YUV | 167.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 93 | 0.02 | 0 | 0.48 | 0.30 | 62.82 | 0.36 | 0.53 |
| Hex | AE | B2 | 5D | 2 | 0 | 30 | 1E | 3F | 24 | 35 |
| Octal | 256 | 262 | 135 | 2 | 0 | 60 | 36 | 77 | 44 | 65 |
| Binary | 10101110 | 10110010 | 1011101 | 10 | 0 | 110000 | 11110 | 111111 | 100100 | 110101 |
Color Harmonies of #AEB25D
Complementary color
Monochromatic Colors of #AEB25D
Black with #AEB25D
Text Example
Text Example
White with #AEB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB25D; }
p { color: rgb(174,178,93); }
H1.HeaderClassName
{
color: #AEB25D;
}
.AnyTagClassName
{
color: #AEB25D;
}
</style>
background-color css
<style>
a { background-color: #AEB25D; }
a { background-color: rgb(174,178,93); }
div.DivClassName
{
background-color: #AEB25D;
}
.BgClassName
{
background-color: #AEB25D;
}
</style>
border-color css
<style>
span { border-color: #AEB25D; }
span { border-color: rgb(174,178,93); }
td.TdClassName
{
border-color: #AEB25D;
}
.TagClassName
{
border-color: #AEB25D;
}
</style>