Shades of Olive Green #AEBA5C
Tints of Olive Green #AEBA5C
RGB
CMYK
RGB Variations
Color information
#AEBA5C (or 0xAEBA5C) is known color: Olive Green. HEX triplet: AE, BA and 5C. RGB value is (174,186,92). Sum of RGB (Red+Green+Blue) = 174+186+92=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA5C is #5145A3. Grayscale: #ACACAC. Windows color (decimal): -5326244 or 6077102. OLE color: 6077102.
HSL color Cylindrical-coordinate representation of color #AEBA5C: hue angle of 67.66º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEBA5C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 92 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.27 |
| HSL | 67.66º | 0.41% | 0.55% | - |
| HSV(B) | 67.66º | 0.51% | 0.73% | - |
| XYZ | 36.95 | 44.89 | 16.84 | - |
| YUV | 171.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 92 | 0.06 | 0 | 0.51 | 0.27 | 67.66 | 0.41 | 0.55 |
| Hex | AE | BA | 5C | 6 | 0 | 33 | 1B | 44 | 29 | 37 |
| Octal | 256 | 272 | 134 | 6 | 0 | 63 | 33 | 104 | 51 | 67 |
| Binary | 10101110 | 10111010 | 1011100 | 110 | 0 | 110011 | 11011 | 1000100 | 101001 | 110111 |
Color Harmonies of #AEBA5C
Complementary color
Monochromatic Colors of #AEBA5C
Black with #AEBA5C
Text Example
Text Example
White with #AEBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA5C; }
p { color: rgb(174,186,92); }
H1.HeaderClassName
{
color: #AEBA5C;
}
.AnyTagClassName
{
color: #AEBA5C;
}
</style>
background-color css
<style>
a { background-color: #AEBA5C; }
a { background-color: rgb(174,186,92); }
div.DivClassName
{
background-color: #AEBA5C;
}
.BgClassName
{
background-color: #AEBA5C;
}
</style>
border-color css
<style>
span { border-color: #AEBA5C; }
span { border-color: rgb(174,186,92); }
td.TdClassName
{
border-color: #AEBA5C;
}
.TagClassName
{
border-color: #AEBA5C;
}
</style>