#AABB9B

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

Shades of Norway #AABB9B

Tints of Norway #AABB9B

Color information

#AABB9B (or 0xAABB9B) is unknown color: approx Norway. HEX triplet: AA, BB and 9B. RGB value is (170,187,155). Sum of RGB (Red+Green+Blue) = 170+187+155=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9B is #554464. Grayscale: #B2B2B2. Windows color (decimal): -5588069 or 10206122. OLE color: 10206122.

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

Color convert

RGB170187155-
CMYK0.0900.170.27
HSL91.87º19.05%67.06%-
HSV(B)91.87º17.11%73.33%-
XYZ40.2646.4537.85-
YUV178.27114.87122.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=33.20%
G=36.52%
B=30.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871550.0900.170.2791.8719.0567.06
HexAABB9B90111B5c1343
Octal252273233110213313423103
Binary1010101010111011100110111001010001110111011100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB9B; }

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

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

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

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

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

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

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

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