#9DB686

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

Shades of Norway #9DB686

Tints of Norway #9DB686

Color information

#9DB686 (or 0x9DB686) is unknown color: approx Norway. HEX triplet: 9D, B6 and 86. RGB value is (157,182,134). Sum of RGB (Red+Green+Blue) = 157+182+134=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB686 is #624979. Grayscale: #A9A9A9. Windows color (decimal): -6441338 or 8828573. OLE color: 8828573.

HSL color Cylindrical-coordinate representation of color #9DB686: hue angle of 91.25º degrees, saturation: 0.25, 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 #9DB686 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB157182134-
CMYK0.1400.260.29
HSL91.25º24.74%61.96%-
HSV(B)91.25º26.37%71.37%-
XYZ34.9442.3528.89-
YUV169.05108.22119.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=33.19%
G=38.48%
B=28.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821340.1400.260.2991.2524.7461.96
Hex9DB686E01A1D5b193e
Octal23526620616032351333176
Binary100111011011011010000110111001101011101101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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