#9EBE8A

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

Shades of Norway #9EBE8A

Tints of Norway #9EBE8A

Color information

#9EBE8A (or 0x9EBE8A) is unknown color: approx Norway. HEX triplet: 9E, BE and 8A. RGB value is (158,190,138). Sum of RGB (Red+Green+Blue) = 158+190+138=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE8A is #614175. Grayscale: #AEAEAE. Windows color (decimal): -6373750 or 9092766. OLE color: 9092766.

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

Color convert

RGB158190138-
CMYK0.1700.270.25
HSL96.92º28.57%64.31%-
HSV(B)96.92º27.37%74.51%-
XYZ37.145.9330.95-
YUV174.5107.4116.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=32.51%
G=39.09%
B=28.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901380.1700.270.2596.9228.5764.31
Hex9EBE8A1101B19611d40
Octal236276212210333114135100
Binary10011110101111101000101010001011011110011100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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