#9DB684

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

Shades of Norway #9DB684

Tints of Norway #9DB684

Color information

#9DB684 (or 0x9DB684) is unknown color: approx Norway. HEX triplet: 9D, B6 and 84. RGB value is (157,182,132). Sum of RGB (Red+Green+Blue) = 157+182+132=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB684 is #62497B. Grayscale: #A9A9A9. Windows color (decimal): -6441340 or 8697501. OLE color: 8697501.

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

Color convert

RGB157182132-
CMYK0.1400.270.29
HSL90º25.51%61.57%-
HSV(B)90º27.47%71.37%-
XYZ34.842.2928.16-
YUV168.82107.22119.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=33.33%
G=38.64%
B=28.03%

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
Decimal1571821320.1400.270.299025.5161.57
Hex9DB684E01B1D5a1a3e
Octal23526620416033351323276
Binary100111011011011010000100111001101111101101101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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