#AEB15B

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

Shades of Olive Green #AEB15B

Tints of Olive Green #AEB15B

Color information

#AEB15B (or 0xAEB15B) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 5B. RGB value is (174,177,91). Sum of RGB (Red+Green+Blue) = 174+177+91=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB15B is #514EA4. Grayscale: #A6A6A6. Windows color (decimal): -5328549 or 6009262. OLE color: 6009262.

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

Color convert

RGB17417791-
CMYK0.0200.490.31
HSL62.09º35.54%52.55%-
HSV(B)62.09º48.59%69.41%-
XYZ35.0741.216-
YUV166.385.51133.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 91 (35.94% from 255) = 20.59%
R=39.37%
G=40.05%
B=20.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174177910.0200.490.3162.0935.5452.55
HexAEB15B20311F3e2435
Octal256261133206137764465
Binary1010111010110001101101110011000111111111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB15B; }

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

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

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

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

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

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

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

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