#9EB48C

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

Shades of Norway #9EB48C

Tints of Norway #9EB48C

Color information

#9EB48C (or 0x9EB48C) is unknown color: approx Norway. HEX triplet: 9E, B4 and 8C. RGB value is (158,180,140). Sum of RGB (Red+Green+Blue) = 158+180+140=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB48C is #614B73. Grayscale: #A9A9A9. Windows color (decimal): -6376308 or 9221278. OLE color: 9221278.

HSL color Cylindrical-coordinate representation of color #9EB48C: hue angle of 93º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EB48C is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB158180140-
CMYK0.1200.220.29
HSL93º21.05%62.75%-
HSV(B)93º22.22%70.59%-
XYZ35.1641.8131.03-
YUV168.86111.71120.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=33.05%
G=37.66%
B=29.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801400.1200.220.299321.0562.75
Hex9EB48CC0161D5d153f
Octal23626421414026351352577
Binary100111101011010010001100110001011011101101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,140); }

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

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

 a { background-color: rgb(158,180,140); }

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

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

 span { border-color: rgb(158,180,140); }

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