Shades of Olive Green #AEBC63
Tints of Olive Green #AEBC63
RGB
CMYK
RGB Variations
Color information
#AEBC63 (or 0xAEBC63) is known color: Olive Green. HEX triplet: AE, BC and 63. RGB value is (174,188,99). Sum of RGB (Red+Green+Blue) = 174+188+99=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC63 is #51439C. Grayscale: #AEAEAE. Windows color (decimal): -5325725 or 6536366. OLE color: 6536366.
HSL color Cylindrical-coordinate representation of color #AEBC63: hue angle of 69.44º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEBC63 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 99 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.26 |
| HSL | 69.44º | 0.4% | 0.56% | - |
| HSV(B) | 69.44º | 0.47% | 0.74% | - |
| XYZ | 37.69 | 45.87 | 18.67 | - |
| YUV | 173.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 99 | 0.07 | 0 | 0.47 | 0.26 | 69.44 | 0.4 | 0.56 |
| Hex | AE | BC | 63 | 7 | 0 | 2F | 1A | 45 | 28 | 38 |
| Octal | 256 | 274 | 143 | 7 | 0 | 57 | 32 | 105 | 50 | 70 |
| Binary | 10101110 | 10111100 | 1100011 | 111 | 0 | 101111 | 11010 | 1000101 | 101000 | 111000 |
Color Harmonies of #AEBC63
Complementary color
Monochromatic Colors of #AEBC63
Black with #AEBC63
Text Example
Text Example
White with #AEBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC63; }
p { color: rgb(174,188,99); }
H1.HeaderClassName
{
color: #AEBC63;
}
.AnyTagClassName
{
color: #AEBC63;
}
</style>
background-color css
<style>
a { background-color: #AEBC63; }
a { background-color: rgb(174,188,99); }
div.DivClassName
{
background-color: #AEBC63;
}
.BgClassName
{
background-color: #AEBC63;
}
</style>
border-color css
<style>
span { border-color: #AEBC63; }
span { border-color: rgb(174,188,99); }
td.TdClassName
{
border-color: #AEBC63;
}
.TagClassName
{
border-color: #AEBC63;
}
</style>