#AABB9A

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

Shades of Norway #AABB9A

Tints of Norway #AABB9A

Color information

#AABB9A (or 0xAABB9A) is unknown color: approx Norway. HEX triplet: AA, BB and 9A. RGB value is (170,187,154). Sum of RGB (Red+Green+Blue) = 170+187+154=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9A is #554465. Grayscale: #B2B2B2. Windows color (decimal): -5588070 or 10140586. OLE color: 10140586.

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

Color convert

RGB170187154-
CMYK0.0900.180.27
HSL90.91º19.53%66.86%-
HSV(B)90.91º17.65%73.33%-
XYZ40.1846.4237.41-
YUV178.16114.37122.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=33.27%
G=36.59%
B=30.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871540.0900.180.2790.9119.5366.86
HexAABB9A90121B5b1443
Octal252273232110223313324103
Binary1010101010111011100110101001010010110111011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB9A; }

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

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

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

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

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

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

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

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