#9DAA8B

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

Shades of Norway #9DAA8B

Tints of Norway #9DAA8B

Color information

#9DAA8B (or 0x9DAA8B) is unknown color: approx Norway. HEX triplet: 9D, AA and 8B. RGB value is (157,170,139). Sum of RGB (Red+Green+Blue) = 157+170+139=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA8B is #625574. Grayscale: #A2A2A2. Windows color (decimal): -6444405 or 9153181. OLE color: 9153181.

HSL color Cylindrical-coordinate representation of color #9DAA8B: hue angle of 85.16º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DAA8B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB157170139-
CMYK0.0800.180.33
HSL85.16º15.42%60.59%-
HSV(B)85.16º18.24%66.67%-
XYZ32.9437.7829.98-
YUV162.58114.69124.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.69%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=33.69%
G=36.48%
B=29.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571701390.0800.180.3385.1615.4260.59
Hex9DAA8B80122155f3d
Octal23525221310022411251775
Binary100111011010101010001011100001001010000110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,139); }

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

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

 a { background-color: rgb(157,170,139); }

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

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

 span { border-color: rgb(157,170,139); }

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