#9AAA8A

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

Shades of Norway #9AAA8A

Tints of Norway #9AAA8A

Color information

#9AAA8A (or 0x9AAA8A) is unknown color: approx Norway. HEX triplet: 9A, AA and 8A. RGB value is (154,170,138). Sum of RGB (Red+Green+Blue) = 154+170+138=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA8A is #655575. Grayscale: #A1A1A1. Windows color (decimal): -6641014 or 9087642. OLE color: 9087642.

HSL color Cylindrical-coordinate representation of color #9AAA8A: hue angle of 90º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AAA8A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB154170138-
CMYK0.0900.190.33
HSL90º15.84%60.39%-
HSV(B)90º18.82%66.67%-
XYZ32.2937.4529.57-
YUV161.57114.7122.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=33.33%
G=36.80%
B=29.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701380.0900.190.339015.8460.39
Hex9AAA8A9013215a103c
Octal23225221211023411322074
Binary1001101010101010100010101001010011100001101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAA8A; }

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

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

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

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

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

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

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

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