#9EB194

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

Shades of Norway #9EB194

Tints of Norway #9EB194

Color information

#9EB194 (or 0x9EB194) is unknown color: approx Norway. HEX triplet: 9E, B1 and 94. RGB value is (158,177,148). Sum of RGB (Red+Green+Blue) = 158+177+148=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB194 is #614E6B. Grayscale: #A8A8A8. Windows color (decimal): -6377068 or 9744798. OLE color: 9744798.

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

Color convert

RGB158177148-
CMYK0.1100.160.31
HSL99.31º15.68%63.73%-
HSV(B)99.31º16.38%69.41%-
XYZ35.1740.8534.05-
YUV168.01116.71120.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=32.71%
G=36.65%
B=30.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771480.1100.160.3199.3115.6863.73
Hex9EB194B0101F631040
Octal236261224130203714320100
Binary1001111010110001100101001011010000111111100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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