#9DA597

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

Shades of Norway #9DA597

Tints of Norway #9DA597

Color information

#9DA597 (or 0x9DA597) is unknown color: approx Norway. HEX triplet: 9D, A5 and 97. RGB value is (157,165,151). Sum of RGB (Red+Green+Blue) = 157+165+151=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA597 is #625A68. Grayscale: #A1A1A1. Windows color (decimal): -6445673 or 9938333. OLE color: 9938333.

HSL color Cylindrical-coordinate representation of color #9DA597: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DA597 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB157165151-
CMYK0.0500.080.35
HSL94.29º7.22%61.96%-
HSV(B)94.29º8.48%64.71%-
XYZ32.9536.3134.55-
YUV161.01122.35125.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=33.19%
G=34.88%
B=31.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571651510.0500.080.3594.297.2261.96
Hex9DA597508235e73e
Octal235245227501043136776
Binary100111011010010110010111101010001000111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,165,151); }

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

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

 a { background-color: rgb(157,165,151); }

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

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

 span { border-color: rgb(157,165,151); }

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