#AABE8C

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

Shades of Norway #AABE8C

Tints of Norway #AABE8C

Color information

#AABE8C (or 0xAABE8C) is unknown color: approx Norway. HEX triplet: AA, BE and 8C. RGB value is (170,190,140). Sum of RGB (Red+Green+Blue) = 170+190+140=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE8C is #554173. Grayscale: #B2B2B2. Windows color (decimal): -5587316 or 9223850. OLE color: 9223850.

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

Color convert

RGB170190140-
CMYK0.1100.260.25
HSL84º27.78%64.71%-
HSV(B)84º26.32%74.51%-
XYZ39.7247.2731.84-
YUV178.32106.37122.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 140 (55.08% from 255) = 28%
R=34%
G=38%
B=28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901400.1100.260.258427.7864.71
HexAABE8CB01A19541c41
Octal252276214130323112434101
Binary1010101010111110100011001011011010110011010100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE8C; }

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

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

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

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

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

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

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

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