#9EB98A

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

Shades of Norway #9EB98A

Tints of Norway #9EB98A

Color information

#9EB98A (or 0x9EB98A) is unknown color: approx Norway. HEX triplet: 9E, B9 and 8A. RGB value is (158,185,138). Sum of RGB (Red+Green+Blue) = 158+185+138=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB98A is #614675. Grayscale: #ABABAB. Windows color (decimal): -6375030 or 9091486. OLE color: 9091486.

HSL color Cylindrical-coordinate representation of color #9EB98A: hue angle of 94.47º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EB98A is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB158185138-
CMYK0.1500.250.27
HSL94.47º25.13%63.33%-
HSV(B)94.47º25.41%72.55%-
XYZ36.0443.830.6-
YUV171.57109.05118.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=32.85%
G=38.46%
B=28.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851380.1500.250.2794.4725.1363.33
Hex9EB98AF0191B5e193f
Octal23627121217031331363177
Binary100111101011100110001010111101100111011101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,138); }

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

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

 a { background-color: rgb(158,185,138); }

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

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

 span { border-color: rgb(158,185,138); }

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