#9EB684

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

Shades of Norway #9EB684

Tints of Norway #9EB684

Color information

#9EB684 (or 0x9EB684) is unknown color: approx Norway. HEX triplet: 9E, B6 and 84. RGB value is (158,182,132). Sum of RGB (Red+Green+Blue) = 158+182+132=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB684 is #61497B. Grayscale: #A9A9A9. Windows color (decimal): -6375804 or 8697502. OLE color: 8697502.

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

Color convert

RGB158182132-
CMYK0.1300.270.29
HSL88.8º25.51%61.57%-
HSV(B)88.8º27.47%71.37%-
XYZ34.9942.3928.17-
YUV169.12107.05120.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 182 (71.48% from 255) = 38.56%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=33.47%
G=38.56%
B=27.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821320.1300.270.2988.825.5161.57
Hex9EB684D01B1D591a3e
Octal23626620415033351313276
Binary100111101011011010000100110101101111101101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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