#9DB682

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

Shades of Norway #9DB682

Tints of Norway #9DB682

Color information

#9DB682 (or 0x9DB682) is unknown color: approx Norway. HEX triplet: 9D, B6 and 82. RGB value is (157,182,130). Sum of RGB (Red+Green+Blue) = 157+182+130=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB682 is #62497D. Grayscale: #A8A8A8. Windows color (decimal): -6441342 or 8566429. OLE color: 8566429.

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

Color convert

RGB157182130-
CMYK0.1400.290.29
HSL88.85º26.26%61.18%-
HSV(B)88.85º28.57%71.37%-
XYZ34.6642.2427.44-
YUV168.6106.22119.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.48%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=33.48%
G=38.81%
B=27.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821300.1400.290.2988.8526.2661.18
Hex9DB682E01D1D591a3d
Octal23526620216035351313275
Binary100111011011011010000010111001110111101101100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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