#9EB185

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

Shades of Norway #9EB185

Tints of Norway #9EB185

Color information

#9EB185 (or 0x9EB185) is unknown color: approx Norway. HEX triplet: 9E, B1 and 85. RGB value is (158,177,133). Sum of RGB (Red+Green+Blue) = 158+177+133=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB185 is #614E7A. Grayscale: #A6A6A6. Windows color (decimal): -6377083 or 8761758. OLE color: 8761758.

HSL color Cylindrical-coordinate representation of color #9EB185: hue angle of 85.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EB185 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB158177133-
CMYK0.1100.250.31
HSL85.91º22%60.78%-
HSV(B)85.91º24.86%69.41%-
XYZ34.0640.4128.19-
YUV166.3109.21122.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=33.76%
G=37.82%
B=28.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771330.1100.250.3185.912260.78
Hex9EB185B0191F56163d
Octal23626120513031371262675
Binary100111101011000110000101101101100111111101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,133); }

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

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

 a { background-color: rgb(158,177,133); }

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

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

 span { border-color: rgb(158,177,133); }

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