#AABB91

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

Shades of Norway #AABB91

Tints of Norway #AABB91

Color information

#AABB91 (or 0xAABB91) is unknown color: approx Norway. HEX triplet: AA, BB and 91. RGB value is (170,187,145). Sum of RGB (Red+Green+Blue) = 170+187+145=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB91 is #55446E. Grayscale: #B1B1B1. Windows color (decimal): -5588079 or 9550762. OLE color: 9550762.

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

Color convert

RGB170187145-
CMYK0.0900.220.27
HSL84.29º23.6%65.1%-
HSV(B)84.29º22.46%73.33%-
XYZ39.4646.1333.61-
YUV177.13109.87122.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=33.86%
G=37.25%
B=28.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871450.0900.220.2784.2923.665.1
HexAABB9190161B541841
Octal252273221110263312430101
Binary1010101010111011100100011001010110110111010100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB91; }

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

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

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

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

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

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

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

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