#9DAB91

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

Shades of Norway #9DAB91

Tints of Norway #9DAB91

Color information

#9DAB91 (or 0x9DAB91) is unknown color: approx Norway. HEX triplet: 9D, AB and 91. RGB value is (157,171,145). Sum of RGB (Red+Green+Blue) = 157+171+145=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB91 is #62546E. Grayscale: #A3A3A3. Windows color (decimal): -6444143 or 9546653. OLE color: 9546653.

HSL color Cylindrical-coordinate representation of color #9DAB91: hue angle of 92.31º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DAB91 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB157171145-
CMYK0.0800.150.33
HSL92.31º13.4%61.96%-
HSV(B)92.31º15.2%67.06%-
XYZ33.5838.3432.42-
YUV163.85117.36123.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=33.19%
G=36.15%
B=30.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711450.0800.150.3392.3113.461.96
Hex9DAB9180F215cd3e
Octal23525322110017411341576
Binary10011101101010111001000110000111110000110111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,171,145); }

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

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

 a { background-color: rgb(157,171,145); }

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

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

 span { border-color: rgb(157,171,145); }

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