Shades of Olive Green #AEB256
Tints of Olive Green #AEB256
RGB
CMYK
RGB Variations
Color information
#AEB256 (or 0xAEB256) is known color: Olive Green. HEX triplet: AE, B2 and 56. RGB value is (174,178,86). Sum of RGB (Red+Green+Blue) = 174+178+86=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB256 is #514DA9. Grayscale: #A6A6A6. Windows color (decimal): -5328298 or 5681838. OLE color: 5681838.
HSL color Cylindrical-coordinate representation of color #AEB256: hue angle of 62.61º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEB256 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 178 | 86 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.30 |
| HSL | 62.61º | 0.37% | 0.52% | - |
| HSV(B) | 62.61º | 0.52% | 0.7% | - |
| XYZ | 35.06 | 41.51 | 14.97 | - |
| YUV | 166.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 86 | 0.02 | 0 | 0.52 | 0.30 | 62.61 | 0.37 | 0.52 |
| Hex | AE | B2 | 56 | 2 | 0 | 34 | 1E | 3F | 25 | 34 |
| Octal | 256 | 262 | 126 | 2 | 0 | 64 | 36 | 77 | 45 | 64 |
| Binary | 10101110 | 10110010 | 1010110 | 10 | 0 | 110100 | 11110 | 111111 | 100101 | 110100 |
Color Harmonies of #AEB256
Complementary color
Monochromatic Colors of #AEB256
Black with #AEB256
Text Example
Text Example
White with #AEB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB256; }
p { color: rgb(174,178,86); }
H1.HeaderClassName
{
color: #AEB256;
}
.AnyTagClassName
{
color: #AEB256;
}
</style>
background-color css
<style>
a { background-color: #AEB256; }
a { background-color: rgb(174,178,86); }
div.DivClassName
{
background-color: #AEB256;
}
.BgClassName
{
background-color: #AEB256;
}
</style>
border-color css
<style>
span { border-color: #AEB256; }
span { border-color: rgb(174,178,86); }
td.TdClassName
{
border-color: #AEB256;
}
.TagClassName
{
border-color: #AEB256;
}
</style>