#9DB790

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

Shades of Norway #9DB790

Tints of Norway #9DB790

Color information

#9DB790 (or 0x9DB790) is unknown color: approx Norway. HEX triplet: 9D, B7 and 90. RGB value is (157,183,144). Sum of RGB (Red+Green+Blue) = 157+183+144=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB790 is #62486F. Grayscale: #AAAAAA. Windows color (decimal): -6441072 or 9484189. OLE color: 9484189.

HSL color Cylindrical-coordinate representation of color #9DB790: hue angle of 100º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DB790 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB157183144-
CMYK0.1400.210.28
HSL100º21.31%64.12%-
HSV(B)100º21.31%71.76%-
XYZ35.8743.0532.8-
YUV170.78112.89118.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=32.44%
G=37.81%
B=29.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831440.1400.210.2810021.3164.12
Hex9DB790E0151C641540
Octal235267220160253414425100
Binary1001110110110111100100001110010101111001100100101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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