#9DA895

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

Shades of Norway #9DA895

Tints of Norway #9DA895

Color information

#9DA895 (or 0x9DA895) is unknown color: approx Norway. HEX triplet: 9D, A8 and 95. RGB value is (157,168,149). Sum of RGB (Red+Green+Blue) = 157+168+149=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA895 is #62576A. Grayscale: #A2A2A2. Windows color (decimal): -6444907 or 9808029. OLE color: 9808029.

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

Color convert

RGB157168149-
CMYK0.0700.110.34
HSL94.74º9.84%62.16%-
HSV(B)94.74º11.31%65.88%-
XYZ33.3337.3433.88-
YUV162.54120.36124.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=33.12%
G=35.44%
B=31.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1571681490.0700.110.3494.749.8462.16
Hex9DA89570B225fa3e
Octal2352502257013421371276
Binary1001110110101000100101011110101110001010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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