#AEB55C

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

Shades of Olive Green #AEB55C

Tints of Olive Green #AEB55C

Color information

#AEB55C (or 0xAEB55C) is unknown color: approx Olive Green. HEX triplet: AE, B5 and 5C. RGB value is (174,181,92). Sum of RGB (Red+Green+Blue) = 174+181+92=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB55C is #514AA3. Grayscale: #A9A9A9. Windows color (decimal): -5327524 or 6075822. OLE color: 6075822.

HSL color Cylindrical-coordinate representation of color #AEB55C: hue angle of 64.72º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEB55C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB17418192-
CMYK0.0400.490.29
HSL64.72º37.55%53.53%-
HSV(B)64.72º49.17%70.98%-
XYZ35.9142.8216.5-
YUV168.7684.68131.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=38.93%
G=40.49%
B=20.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181920.0400.490.2964.7237.5553.53
HexAEB55C40311D412636
Octal2562651344061351014666
Binary101011101011010110111001000110001111011000001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB55C; }

 p { color: rgb(174,181,92); }

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

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

 a { background-color: rgb(174,181,92); }

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

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

 span { border-color: rgb(174,181,92); }

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