#AABB90

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

Shades of Norway #AABB90

Tints of Norway #AABB90

Color information

#AABB90 (or 0xAABB90) is unknown color: approx Norway. HEX triplet: AA, BB and 90. RGB value is (170,187,144). Sum of RGB (Red+Green+Blue) = 170+187+144=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB90 is #55446F. Grayscale: #B1B1B1. Windows color (decimal): -5588080 or 9485226. OLE color: 9485226.

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

Color convert

RGB170187144-
CMYK0.0900.230.27
HSL83.72º24.02%64.9%-
HSV(B)83.72º22.99%73.33%-
XYZ39.3846.133.21-
YUV177.02109.37123-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=33.93%
G=37.33%
B=28.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871440.0900.230.2783.7224.0264.9
HexAABB9090171B541841
Octal252273220110273312430101
Binary1010101010111011100100001001010111110111010100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB90; }

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

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

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

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

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

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

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

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