#9EB48E

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

Shades of Norway #9EB48E

Tints of Norway #9EB48E

Color information

#9EB48E (or 0x9EB48E) is unknown color: approx Norway. HEX triplet: 9E, B4 and 8E. RGB value is (158,180,142). Sum of RGB (Red+Green+Blue) = 158+180+142=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB48E is #614B71. Grayscale: #A9A9A9. Windows color (decimal): -6376306 or 9352350. OLE color: 9352350.

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

Color convert

RGB158180142-
CMYK0.1200.210.29
HSL94.74º20.21%63.14%-
HSV(B)94.74º21.11%70.59%-
XYZ35.341.8631.81-
YUV169.09112.71120.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=32.92%
G=37.5%
B=29.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801420.1200.210.2994.7420.2163.14
Hex9EB48EC0151D5f143f
Octal23626421614025351372477
Binary100111101011010010001110110001010111101101111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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