#AEBE93

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

Shades of Norway #AEBE93

Tints of Norway #AEBE93

Color information

#AEBE93 (or 0xAEBE93) is unknown color: approx Norway. HEX triplet: AE, BE and 93. RGB value is (174,190,147). Sum of RGB (Red+Green+Blue) = 174+190+147=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE93 is #51416C. Grayscale: #B4B4B4. Windows color (decimal): -5325165 or 9682606. OLE color: 9682606.

HSL color Cylindrical-coordinate representation of color #AEBE93: hue angle of 82.33º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBE93 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB174190147-
CMYK0.0800.230.25
HSL82.33º24.86%66.08%-
HSV(B)82.33º22.63%74.51%-
XYZ41.1447.9334.69-
YUV180.31109.2123.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=34.05%
G=37.18%
B=28.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901470.0800.230.2582.3324.8666.08
HexAEBE93801719521942
Octal256276223100273112231102
Binary1010111010111110100100111000010111110011010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE93; }

 p { color: rgb(174,190,147); }

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

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

 a { background-color: rgb(174,190,147); }

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

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

 span { border-color: rgb(174,190,147); }

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