#AEB154

Color #AEB154 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AEB154

Tints of Olive Green #AEB154

Color information

#AEB154 (or 0xAEB154) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 54. RGB value is (174,177,84). Sum of RGB (Red+Green+Blue) = 174+177+84=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB154 is #514EAB. Grayscale: #A5A5A5. Windows color (decimal): -5328556 or 5550510. OLE color: 5550510.

HSL color Cylindrical-coordinate representation of color #AEB154: hue angle of 61.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEB154 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17417784-
CMYK0.0200.530.31
HSL61.94º37.35%51.18%-
HSV(B)61.94º52.54%69.41%-
XYZ34.7841.0814.48-
YUV165.582.01134.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 84 (33.20% from 255) = 19.31%
R=40%
G=40.69%
B=19.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174177840.0200.530.3161.9437.3551.18
HexAEB15420351F3e2533
Octal256261124206537764563
Binary1010111010110001101010010011010111111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB154; }

 p { color: rgb(174,177,84); }

 H1.HeaderClassName
 {
   color: #AEB154;
 }
 .AnyTagClassName
 {
   color: #AEB154;
 }
</style>
background-color css

<style>
 a { background-color: #AEB154; }

 a { background-color: rgb(174,177,84); }

 div.DivClassName
 {
   background-color: #AEB154;
 }
 .BgClassName
 {
   background-color: #AEB154;
 }
</style>
border-color css

<style>
 span { border-color: #AEB154; }

 span { border-color: rgb(174,177,84); }

 td.TdClassName
 {
   border-color: #AEB154;
 }
 .TagClassName
 {
   border-color: #AEB154;
 }
</style>