#9DB983

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

Shades of Norway #9DB983

Tints of Norway #9DB983

Color information

#9DB983 (or 0x9DB983) is unknown color: approx Norway. HEX triplet: 9D, B9 and 83. RGB value is (157,185,131). Sum of RGB (Red+Green+Blue) = 157+185+131=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB983 is #62467C. Grayscale: #AAAAAA. Windows color (decimal): -6440573 or 8632733. OLE color: 8632733.

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

Color convert

RGB157185131-
CMYK0.1500.290.27
HSL91.11º27.84%61.96%-
HSV(B)91.11º29.19%72.55%-
XYZ35.3543.528.01-
YUV170.47105.72118.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=33.19%
G=39.11%
B=27.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851310.1500.290.2791.1127.8461.96
Hex9DB983F01D1B5b1c3e
Octal23527120317035331333476
Binary100111011011100110000011111101110111011101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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