#AEB394

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

Shades of Green Spring #AEB394

Tints of Green Spring #AEB394

Color information

#AEB394 (or 0xAEB394) is unknown color: approx Green Spring. HEX triplet: AE, B3 and 94. RGB value is (174,179,148). Sum of RGB (Red+Green+Blue) = 174+179+148=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB394 is #514C6B. Grayscale: #AEAEAE. Windows color (decimal): -5327980 or 9745326. OLE color: 9745326.

HSL color Cylindrical-coordinate representation of color #AEB394: hue angle of 69.68º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEB394 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB174179148-
CMYK0.0300.170.30
HSL69.68º16.94%64.12%-
HSV(B)69.68º17.32%70.2%-
XYZ38.9243.3834.34-
YUV173.97113.34128.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=34.73%
G=35.73%
B=29.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791480.0300.170.3069.6816.9464.12
HexAEB39430111E461140
Octal25626322430213610621100
Binary10101110101100111001010011010001111101000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB394; }

 p { color: rgb(174,179,148); }

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

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

 a { background-color: rgb(174,179,148); }

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

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

 span { border-color: rgb(174,179,148); }

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