Shades of Olive Green #AEB254
Tints of Olive Green #AEB254
RGB
CMYK
RGB Variations
Color information
#AEB254 (or 0xAEB254) is known color: Olive Green. HEX triplet: AE, B2 and 54. RGB value is (174,178,84). Sum of RGB (Red+Green+Blue) = 174+178+84=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB254 is #514DAB. Grayscale: #A6A6A6. Windows color (decimal): -5328300 or 5550766. OLE color: 5550766.
HSL color Cylindrical-coordinate representation of color #AEB254: hue angle of 62.55º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEB254 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 178 | 84 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.30 |
| HSL | 62.55º | 0.38% | 0.51% | - |
| HSV(B) | 62.55º | 0.53% | 0.7% | - |
| XYZ | 34.98 | 41.48 | 14.55 | - |
| YUV | 166.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 84 | 0.02 | 0 | 0.53 | 0.30 | 62.55 | 0.38 | 0.51 |
| Hex | AE | B2 | 54 | 2 | 0 | 35 | 1E | 3F | 26 | 33 |
| Octal | 256 | 262 | 124 | 2 | 0 | 65 | 36 | 77 | 46 | 63 |
| Binary | 10101110 | 10110010 | 1010100 | 10 | 0 | 110101 | 11110 | 111111 | 100110 | 110011 |
Color Harmonies of #AEB254
Complementary color
Monochromatic Colors of #AEB254
Black with #AEB254
Text Example
Text Example
White with #AEB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB254; }
p { color: rgb(174,178,84); }
H1.HeaderClassName
{
color: #AEB254;
}
.AnyTagClassName
{
color: #AEB254;
}
</style>
background-color css
<style>
a { background-color: #AEB254; }
a { background-color: rgb(174,178,84); }
div.DivClassName
{
background-color: #AEB254;
}
.BgClassName
{
background-color: #AEB254;
}
</style>
border-color css
<style>
span { border-color: #AEB254; }
span { border-color: rgb(174,178,84); }
td.TdClassName
{
border-color: #AEB254;
}
.TagClassName
{
border-color: #AEB254;
}
</style>