#AEB462

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

Shades of Olive Green #AEB462

Tints of Olive Green #AEB462

Color information

#AEB462 (or 0xAEB462) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 62. RGB value is (174,180,98). Sum of RGB (Red+Green+Blue) = 174+180+98=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB462 is #514B9D. Grayscale: #A9A9A9. Windows color (decimal): -5327774 or 6468782. OLE color: 6468782.

HSL color Cylindrical-coordinate representation of color #AEB462: hue angle of 64.39º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEB462 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB17418098-
CMYK0.0300.460.29
HSL64.39º35.34%54.51%-
HSV(B)64.39º45.56%70.59%-
XYZ35.9842.5217.87-
YUV168.8688.01131.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=38.50%
G=39.82%
B=21.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180980.0300.460.2964.3935.3454.51
HexAEB462302E1D402337
Octal2562641423056351004367
Binary10101110101101001100010110101110111011000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB462; }

 p { color: rgb(174,180,98); }

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

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

 a { background-color: rgb(174,180,98); }

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

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

 span { border-color: rgb(174,180,98); }

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