#9DAB85

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

Shades of Norway #9DAB85

Tints of Norway #9DAB85

Color information

#9DAB85 (or 0x9DAB85) is unknown color: approx Norway. HEX triplet: 9D, AB and 85. RGB value is (157,171,133). Sum of RGB (Red+Green+Blue) = 157+171+133=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB85 is #62547A. Grayscale: #A2A2A2. Windows color (decimal): -6444155 or 8760221. OLE color: 8760221.

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

Color convert

RGB157171133-
CMYK0.0800.220.33
HSL82.11º18.45%59.61%-
HSV(B)82.11º22.22%67.06%-
XYZ32.737.9927.8-
YUV162.48111.36124.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.06%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=34.06%
G=37.09%
B=28.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711330.0800.220.3382.1118.4559.61
Hex9DAB8580162152123c
Octal23525320510026411222274
Binary1001110110101011100001011000010110100001101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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