#9DB584

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

Shades of Norway #9DB584

Tints of Norway #9DB584

Color information

#9DB584 (or 0x9DB584) is unknown color: approx Norway. HEX triplet: 9D, B5 and 84. RGB value is (157,181,132). Sum of RGB (Red+Green+Blue) = 157+181+132=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB584 is #624A7B. Grayscale: #A8A8A8. Windows color (decimal): -6441596 or 8697245. OLE color: 8697245.

HSL color Cylindrical-coordinate representation of color #9DB584: hue angle of 89.39º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB584 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB157181132-
CMYK0.1300.270.29
HSL89.39º24.87%61.37%-
HSV(B)89.39º27.07%70.98%-
XYZ34.5941.8828.09-
YUV168.24107.55119.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=33.40%
G=38.51%
B=28.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571811320.1300.270.2989.3924.8761.37
Hex9DB584D01B1D59193d
Octal23526520415033351313175
Binary100111011011010110000100110101101111101101100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,132); }

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

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

 a { background-color: rgb(157,181,132); }

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

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

 span { border-color: rgb(157,181,132); }

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