#AABC9B

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

Shades of Norway #AABC9B

Tints of Norway #AABC9B

Color information

#AABC9B (or 0xAABC9B) is unknown color: approx Norway. HEX triplet: AA, BC and 9B. RGB value is (170,188,155). Sum of RGB (Red+Green+Blue) = 170+188+155=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9B is #554364. Grayscale: #B2B2B2. Windows color (decimal): -5587813 or 10206378. OLE color: 10206378.

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

Color convert

RGB170188155-
CMYK0.1000.180.26
HSL92.73º19.76%67.25%-
HSV(B)92.73º17.55%73.73%-
XYZ40.4846.8837.93-
YUV178.86114.54121.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=33.14%
G=36.65%
B=30.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881550.1000.180.2692.7319.7667.25
HexAABC9BA0121A5d1443
Octal252274233120223213524103
Binary1010101010111100100110111010010010110101011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC9B; }

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

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

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

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

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

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

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

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