#9DAB90

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

Shades of Norway #9DAB90

Tints of Norway #9DAB90

Color information

#9DAB90 (or 0x9DAB90) is unknown color: approx Norway. HEX triplet: 9D, AB and 90. RGB value is (157,171,144). Sum of RGB (Red+Green+Blue) = 157+171+144=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB90 is #62546F. Grayscale: #A3A3A3. Windows color (decimal): -6444144 or 9481117. OLE color: 9481117.

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

Color convert

RGB157171144-
CMYK0.0800.160.33
HSL91.11º13.85%61.76%-
HSV(B)91.11º15.79%67.06%-
XYZ33.538.3132.01-
YUV163.74116.86123.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=33.26%
G=36.23%
B=30.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711440.0800.160.3391.1113.8561.76
Hex9DAB908010215be3e
Octal23525322010020411331676
Binary100111011010101110010000100001000010000110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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