#AEB258

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

Shades of Olive Green #AEB258

Tints of Olive Green #AEB258

Color information

#AEB258 (or 0xAEB258) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 58. RGB value is (174,178,88). Sum of RGB (Red+Green+Blue) = 174+178+88=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB258 is #514DA7. Grayscale: #A6A6A6. Windows color (decimal): -5328296 or 5812910. OLE color: 5812910.

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

Color convert

RGB17417888-
CMYK0.0200.510.30
HSL62.67º36.89%52.16%-
HSV(B)62.67º50.56%69.8%-
XYZ35.1441.5415.4-
YUV166.5483.67133.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 88 (34.77% from 255) = 20%
R=39.55%
G=40.45%
B=20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178880.0200.510.3062.6736.8952.16
HexAEB25820331E3f2534
Octal256262130206336774564
Binary1010111010110010101100010011001111110111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB258; }

 p { color: rgb(174,178,88); }

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

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

 a { background-color: rgb(174,178,88); }

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

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

 span { border-color: rgb(174,178,88); }

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