#AEB46B

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

Shades of Olive Green #AEB46B

Tints of Olive Green #AEB46B

Color information

#AEB46B (or 0xAEB46B) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 6B. RGB value is (174,180,107). Sum of RGB (Red+Green+Blue) = 174+180+107=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB46B is #514B94. Grayscale: #AAAAAA. Windows color (decimal): -5327765 or 7058606. OLE color: 7058606.

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

Color convert

RGB174180107-
CMYK0.0300.410.29
HSL64.93º32.74%56.27%-
HSV(B)64.93º40.56%70.59%-
XYZ36.4342.720.23-
YUV169.8892.51130.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=37.74%
G=39.05%
B=23.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801070.0300.410.2964.9332.7456.27
HexAEB46B30291D412138
Octal2562641533051351014170
Binary10101110101101001101011110101001111011000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB46B; }

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

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

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

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

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

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

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

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