#AEB95E

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

Shades of Olive Green #AEB95E

Tints of Olive Green #AEB95E

Color information

#AEB95E (or 0xAEB95E) is unknown color: approx Olive Green. HEX triplet: AE, B9 and 5E. RGB value is (174,185,94). Sum of RGB (Red+Green+Blue) = 174+185+94=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB95E is #5146A1. Grayscale: #ABABAB. Windows color (decimal): -5326498 or 6207918. OLE color: 6207918.

HSL color Cylindrical-coordinate representation of color #AEB95E: hue angle of 67.25º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEB95E is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB17418594-
CMYK0.0600.490.27
HSL67.25º39.39%54.71%-
HSV(B)67.25º49.19%72.55%-
XYZ36.8244.517.24-
YUV171.3484.36129.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=38.41%
G=40.84%
B=20.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174185940.0600.490.2767.2539.3954.71
HexAEB95E60311B432737
Octal2562711366061331034767
Binary101011101011100110111101100110001110111000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB95E; }

 p { color: rgb(174,185,94); }

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

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

 a { background-color: rgb(174,185,94); }

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

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

 span { border-color: rgb(174,185,94); }

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