#AEB051

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

Shades of Olive Green #AEB051

Tints of Olive Green #AEB051

Color information

#AEB051 (or 0xAEB051) is unknown color: approx Olive Green. HEX triplet: AE, B0 and 51. RGB value is (174,176,81). Sum of RGB (Red+Green+Blue) = 174+176+81=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB051 is #514FAE. Grayscale: #A4A4A4. Windows color (decimal): -5328815 or 5353646. OLE color: 5353646.

HSL color Cylindrical-coordinate representation of color #AEB051: hue angle of 61.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEB051 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17417681-
CMYK0.0100.540.31
HSL61.26º37.55%50.39%-
HSV(B)61.26º53.98%69.02%-
XYZ34.4740.6413.81-
YUV164.5780.84134.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=40.37%
G=40.84%
B=18.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174176810.0100.540.3161.2637.5550.39
HexAEB05110361F3d2632
Octal256260121106637754662
Binary101011101011000010100011011011011111111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB051; }

 p { color: rgb(174,176,81); }

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

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

 a { background-color: rgb(174,176,81); }

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

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

 span { border-color: rgb(174,176,81); }

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