#AABB9E

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

Shades of Norway #AABB9E

Tints of Norway #AABB9E

Color information

#AABB9E (or 0xAABB9E) is unknown color: approx Norway. HEX triplet: AA, BB and 9E. RGB value is (170,187,158). Sum of RGB (Red+Green+Blue) = 170+187+158=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9E is #554461. Grayscale: #B2B2B2. Windows color (decimal): -5588066 or 10402730. OLE color: 10402730.

HSL color Cylindrical-coordinate representation of color #AABB9E: hue angle of 95.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABB9E is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB170187158-
CMYK0.0900.160.27
HSL95.17º17.58%67.65%-
HSV(B)95.17º15.51%73.33%-
XYZ40.5246.5639.2-
YUV178.61116.37121.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=33.01%
G=36.31%
B=30.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871580.0900.160.2795.1717.5867.65
HexAABB9E90101B5f1244
Octal252273236110203313722104
Binary1010101010111011100111101001010000110111011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB9E; }

 p { color: rgb(170,187,158); }

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

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

 a { background-color: rgb(170,187,158); }

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

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

 span { border-color: rgb(170,187,158); }

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