#9DB685

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

Shades of Norway #9DB685

Tints of Norway #9DB685

Color information

#9DB685 (or 0x9DB685) is unknown color: approx Norway. HEX triplet: 9D, B6 and 85. RGB value is (157,182,133). Sum of RGB (Red+Green+Blue) = 157+182+133=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB685 is #62497A. Grayscale: #A9A9A9. Windows color (decimal): -6441339 or 8763037. OLE color: 8763037.

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

Color convert

RGB157182133-
CMYK0.1400.270.29
HSL90.61º25.13%61.76%-
HSV(B)90.61º26.92%71.37%-
XYZ34.8742.3228.52-
YUV168.94107.72119.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 182 (71.48% from 255) = 38.56%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=33.26%
G=38.56%
B=28.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821330.1400.270.2990.6125.1361.76
Hex9DB685E01B1D5b193e
Octal23526620516033351333176
Binary100111011011011010000101111001101111101101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,133); }

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

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

 a { background-color: rgb(157,182,133); }

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

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

 span { border-color: rgb(157,182,133); }

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