#9DAD93

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

Shades of Norway #9DAD93

Tints of Norway #9DAD93

Color information

#9DAD93 (or 0x9DAD93) is unknown color: approx Norway. HEX triplet: 9D, AD and 93. RGB value is (157,173,147). Sum of RGB (Red+Green+Blue) = 157+173+147=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD93 is #62526C. Grayscale: #A5A5A5. Windows color (decimal): -6443629 or 9678237. OLE color: 9678237.

HSL color Cylindrical-coordinate representation of color #9DAD93: hue angle of 96.92º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DAD93 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB157173147-
CMYK0.0900.150.32
HSL96.92º13.68%62.75%-
HSV(B)96.92º15.03%67.84%-
XYZ34.1139.1633.36-
YUV165.25117.7122.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=32.91%
G=36.27%
B=30.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731470.0900.150.3296.9213.6862.75
Hex9DAD9390F2061e3f
Octal23525522311017401411677
Binary10011101101011011001001110010111110000011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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