#AABE93

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

Shades of Norway #AABE93

Tints of Norway #AABE93

Color information

#AABE93 (or 0xAABE93) is unknown color: approx Norway. HEX triplet: AA, BE and 93. RGB value is (170,190,147). Sum of RGB (Red+Green+Blue) = 170+190+147=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE93 is #55416C. Grayscale: #B3B3B3. Windows color (decimal): -5587309 or 9682602. OLE color: 9682602.

HSL color Cylindrical-coordinate representation of color #AABE93: hue angle of 87.91º 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 #AABE93 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB170190147-
CMYK0.1100.230.25
HSL87.91º24.86%66.08%-
HSV(B)87.91º22.63%74.51%-
XYZ40.2647.4834.65-
YUV179.12109.87121.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=33.53%
G=37.48%
B=28.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901470.1100.230.2587.9124.8666.08
HexAABE93B01719581942
Octal252276223130273113031102
Binary1010101010111110100100111011010111110011011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE93; }

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

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

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

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

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

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

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

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