Shades of Olive Green #AEBD5E
Tints of Olive Green #AEBD5E
RGB
CMYK
RGB Variations
Color information
#AEBD5E (or 0xAEBD5E) is known color: Olive Green. HEX triplet: AE, BD and 5E. RGB value is (174,189,94). Sum of RGB (Red+Green+Blue) = 174+189+94=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD5E is #5142A1. Grayscale: #AEAEAE. Windows color (decimal): -5325474 or 6208942. OLE color: 6208942.
HSL color Cylindrical-coordinate representation of color #AEBD5E: hue angle of 69.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEBD5E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 174 | 189 | 94 | - |
CMYK | 0.08 | 0 | 0.50 | 0.26 |
HSL | 69.47º | 0.42% | 0.55% | - |
HSV(B) | 69.47º | 0.5% | 0.74% | - |
XYZ | 37.67 | 46.2 | 17.52 | - |
YUV | 173.69 | 83.03 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 189 | 94 | 0.08 | 0 | 0.50 | 0.26 | 69.47 | 0.42 | 0.55 |
Hex | AE | BD | 5E | 8 | 0 | 32 | 1A | 45 | 2A | 37 |
Octal | 256 | 275 | 136 | 10 | 0 | 62 | 32 | 105 | 52 | 67 |
Binary | 10101110 | 10111101 | 1011110 | 1000 | 0 | 110010 | 11010 | 1000101 | 101010 | 110111 |
Color Harmonies of #AEBD5E
Complementary color
Monochromatic Colors of #AEBD5E
Black with #AEBD5E
Text Example
Text Example
White with #AEBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD5E; }
p { color: rgb(174,189,94); }
H1.HeaderClassName
{
color: #AEBD5E;
}
.AnyTagClassName
{
color: #AEBD5E;
}
</style>
background-color css
<style>
a { background-color: #AEBD5E; }
a { background-color: rgb(174,189,94); }
div.DivClassName
{
background-color: #AEBD5E;
}
.BgClassName
{
background-color: #AEBD5E;
}
</style>
border-color css
<style>
span { border-color: #AEBD5E; }
span { border-color: rgb(174,189,94); }
td.TdClassName
{
border-color: #AEBD5E;
}
.TagClassName
{
border-color: #AEBD5E;
}
</style>