#9EB48D

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

Shades of Norway #9EB48D

Tints of Norway #9EB48D

Color information

#9EB48D (or 0x9EB48D) is unknown color: approx Norway. HEX triplet: 9E, B4 and 8D. RGB value is (158,180,141). Sum of RGB (Red+Green+Blue) = 158+180+141=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB48D is #614B72. Grayscale: #A9A9A9. Windows color (decimal): -6376307 or 9286814. OLE color: 9286814.

HSL color Cylindrical-coordinate representation of color #9EB48D: hue angle of 93.85º 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 #9EB48D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB158180141-
CMYK0.1200.220.29
HSL93.85º20.63%62.94%-
HSV(B)93.85º21.67%70.59%-
XYZ35.2341.8331.42-
YUV168.98112.21120.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=32.99%
G=37.58%
B=29.44%

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
Decimal1581801410.1200.220.2993.8520.6362.94
Hex9EB48DC0161D5e153f
Octal23626421514026351362577
Binary100111101011010010001101110001011011101101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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