#9DB783

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

Shades of Norway #9DB783

Tints of Norway #9DB783

Color information

#9DB783 (or 0x9DB783) is unknown color: approx Norway. HEX triplet: 9D, B7 and 83. RGB value is (157,183,131). Sum of RGB (Red+Green+Blue) = 157+183+131=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB783 is #62487C. Grayscale: #A9A9A9. Windows color (decimal): -6441085 or 8632221. OLE color: 8632221.

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

Color convert

RGB157183131-
CMYK0.1400.280.28
HSL90º26.53%61.57%-
HSV(B)90º28.42%71.76%-
XYZ34.9342.6727.87-
YUV169.3106.39119.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=33.33%
G=38.85%
B=27.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831310.1400.280.289026.5361.57
Hex9DB783E01C1C5a1b3e
Octal23526720316034341323376
Binary100111011011011110000011111001110011100101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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