#9EB88B

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

Shades of Norway #9EB88B

Tints of Norway #9EB88B

Color information

#9EB88B (or 0x9EB88B) is unknown color: approx Norway. HEX triplet: 9E, B8 and 8B. RGB value is (158,184,139). Sum of RGB (Red+Green+Blue) = 158+184+139=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB88B is #614774. Grayscale: #ABABAB. Windows color (decimal): -6375285 or 9156766. OLE color: 9156766.

HSL color Cylindrical-coordinate representation of color #9EB88B: hue angle of 94.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EB88B is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB158184139-
CMYK0.1400.240.28
HSL94.67º24.06%63.33%-
HSV(B)94.67º24.46%72.16%-
XYZ35.943.4130.91-
YUV171.1109.89118.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=32.85%
G=38.25%
B=28.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581841390.1400.240.2894.6724.0663.33
Hex9EB88BE0181C5f183f
Octal23627021316030341373077
Binary100111101011100010001011111001100011100101111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,184,139); }

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

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

 a { background-color: rgb(158,184,139); }

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

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

 span { border-color: rgb(158,184,139); }

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