Shades of Olive Green #AEB35D
Tints of Olive Green #AEB35D
RGB
CMYK
RGB Variations
Color information
#AEB35D (or 0xAEB35D) is known color: Olive Green. HEX triplet: AE, B3 and 5D. RGB value is (174,179,93). Sum of RGB (Red+Green+Blue) = 174+179+93=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB35D is #514CA2. Grayscale: #A8A8A8. Windows color (decimal): -5328035 or 6140846. OLE color: 6140846.
HSL color Cylindrical-coordinate representation of color #AEB35D: hue angle of 63.49º 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 #AEB35D is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 179 | 93 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.30 |
| HSL | 63.49º | 0.36% | 0.53% | - |
| HSV(B) | 63.49º | 0.48% | 0.7% | - |
| XYZ | 35.55 | 42.03 | 16.59 | - |
| YUV | 167.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 93 | 0.03 | 0 | 0.48 | 0.30 | 63.49 | 0.36 | 0.53 |
| Hex | AE | B3 | 5D | 3 | 0 | 30 | 1E | 3F | 24 | 35 |
| Octal | 256 | 263 | 135 | 3 | 0 | 60 | 36 | 77 | 44 | 65 |
| Binary | 10101110 | 10110011 | 1011101 | 11 | 0 | 110000 | 11110 | 111111 | 100100 | 110101 |
Color Harmonies of #AEB35D
Complementary color
Monochromatic Colors of #AEB35D
Black with #AEB35D
Text Example
Text Example
White with #AEB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB35D; }
p { color: rgb(174,179,93); }
H1.HeaderClassName
{
color: #AEB35D;
}
.AnyTagClassName
{
color: #AEB35D;
}
</style>
background-color css
<style>
a { background-color: #AEB35D; }
a { background-color: rgb(174,179,93); }
div.DivClassName
{
background-color: #AEB35D;
}
.BgClassName
{
background-color: #AEB35D;
}
</style>
border-color css
<style>
span { border-color: #AEB35D; }
span { border-color: rgb(174,179,93); }
td.TdClassName
{
border-color: #AEB35D;
}
.TagClassName
{
border-color: #AEB35D;
}
</style>