#AEBB61

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

Shades of Olive Green #AEBB61

Tints of Olive Green #AEBB61

Color information

#AEBB61 (or 0xAEBB61) is unknown color: approx Olive Green. HEX triplet: AE, BB and 61. RGB value is (174,187,97). Sum of RGB (Red+Green+Blue) = 174+187+97=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB61 is #51449E. Grayscale: #ADADAD. Windows color (decimal): -5325983 or 6405038. OLE color: 6405038.

HSL color Cylindrical-coordinate representation of color #AEBB61: hue angle of 68.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEBB61 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB17418797-
CMYK0.0700.480.27
HSL68.67º39.82%55.69%-
HSV(B)68.67º48.13%73.33%-
XYZ37.3845.418.1-
YUV172.8585.19128.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=37.99%
G=40.83%
B=21.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174187970.0700.480.2768.6739.8255.69
HexAEBB6170301B452838
Octal2562731417060331055070
Binary101011101011101111000011110110000110111000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB61; }

 p { color: rgb(174,187,97); }

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

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

 a { background-color: rgb(174,187,97); }

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

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

 span { border-color: rgb(174,187,97); }

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