#9DA893

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

Shades of Norway #9DA893

Tints of Norway #9DA893

Color information

#9DA893 (or 0x9DA893) is unknown color: approx Norway. HEX triplet: 9D, A8 and 93. RGB value is (157,168,147). Sum of RGB (Red+Green+Blue) = 157+168+147=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA893 is #62576C. Grayscale: #A2A2A2. Windows color (decimal): -6444909 or 9676957. OLE color: 9676957.

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

Color convert

RGB157168147-
CMYK0.0700.130.34
HSL91.43º10.77%61.76%-
HSV(B)91.43º12.5%65.88%-
XYZ33.1737.2833.05-
YUV162.32119.36124.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=33.26%
G=35.59%
B=31.14%

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
Decimal1571681470.0700.130.3491.4310.7761.76
Hex9DA89370D225bb3e
Octal2352502237015421331376
Binary1001110110101000100100111110110110001010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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