#AABE8B

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

Shades of Norway #AABE8B

Tints of Norway #AABE8B

Color information

#AABE8B (or 0xAABE8B) is unknown color: approx Norway. HEX triplet: AA, BE and 8B. RGB value is (170,190,139). Sum of RGB (Red+Green+Blue) = 170+190+139=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE8B is #554174. Grayscale: #B2B2B2. Windows color (decimal): -5587317 or 9158314. OLE color: 9158314.

HSL color Cylindrical-coordinate representation of color #AABE8B: hue angle of 83.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABE8B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB170190139-
CMYK0.1100.270.25
HSL83.53º28.18%64.51%-
HSV(B)83.53º26.84%74.51%-
XYZ39.6547.2431.45-
YUV178.21105.87122.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=34.07%
G=38.08%
B=27.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901390.1100.270.2583.5328.1864.51
HexAABE8BB01B19541c41
Octal252276213130333112434101
Binary1010101010111110100010111011011011110011010100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE8B; }

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

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

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

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

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

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

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

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