#9DB586

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

Shades of Norway #9DB586

Tints of Norway #9DB586

Color information

#9DB586 (or 0x9DB586) is unknown color: approx Norway. HEX triplet: 9D, B5 and 86. RGB value is (157,181,134). Sum of RGB (Red+Green+Blue) = 157+181+134=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB586 is #624A79. Grayscale: #A8A8A8. Windows color (decimal): -6441594 or 8828317. OLE color: 8828317.

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

Color convert

RGB157181134-
CMYK0.1300.260.29
HSL90.64º24.1%61.76%-
HSV(B)90.64º25.97%70.98%-
XYZ34.7341.9428.82-
YUV168.47108.55119.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=33.26%
G=38.35%
B=28.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571811340.1300.260.2990.6424.161.76
Hex9DB586D01A1D5b183e
Octal23526520615032351333076
Binary100111011011010110000110110101101011101101101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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