#9DA993

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

Shades of Norway #9DA993

Tints of Norway #9DA993

Color information

#9DA993 (or 0x9DA993) is unknown color: approx Norway. HEX triplet: 9D, A9 and 93. RGB value is (157,169,147). Sum of RGB (Red+Green+Blue) = 157+169+147=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA993 is #62566C. Grayscale: #A2A2A2. Windows color (decimal): -6444653 or 9677213. OLE color: 9677213.

HSL color Cylindrical-coordinate representation of color #9DA993: hue angle of 92.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DA993 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB157169147-
CMYK0.0700.130.34
HSL92.73º11.34%61.96%-
HSV(B)92.73º13.02%66.27%-
XYZ33.3637.6533.11-
YUV162.9119.02123.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=33.19%
G=35.73%
B=31.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1571691470.0700.130.3492.7311.3461.96
Hex9DA99370D225db3e
Octal2352512237015421351376
Binary1001110110101001100100111110110110001010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,169,147); }

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

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

 a { background-color: rgb(157,169,147); }

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

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

 span { border-color: rgb(157,169,147); }

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