#9EBE8D

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

Shades of Norway #9EBE8D

Tints of Norway #9EBE8D

Color information

#9EBE8D (or 0x9EBE8D) is unknown color: approx Norway. HEX triplet: 9E, BE and 8D. RGB value is (158,190,141). Sum of RGB (Red+Green+Blue) = 158+190+141=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE8D is #614172. Grayscale: #AFAFAF. Windows color (decimal): -6373747 or 9289374. OLE color: 9289374.

HSL color Cylindrical-coordinate representation of color #9EBE8D: hue angle of 99.18º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EBE8D is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB158190141-
CMYK0.1700.260.25
HSL99.18º27.37%64.9%-
HSV(B)99.18º25.79%74.51%-
XYZ37.3246.0232.11-
YUV174.85108.9115.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=32.31%
G=38.85%
B=28.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901410.1700.260.2599.1827.3764.9
Hex9EBE8D1101A19631b41
Octal236276215210323114333101
Binary10011110101111101000110110001011010110011100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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