#9EBA88

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

Shades of Norway #9EBA88

Tints of Norway #9EBA88

Color information

#9EBA88 (or 0x9EBA88) is unknown color: approx Norway. HEX triplet: 9E, BA and 88. RGB value is (158,186,136). Sum of RGB (Red+Green+Blue) = 158+186+136=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA88 is #614577. Grayscale: #ACACAC. Windows color (decimal): -6374776 or 8960670. OLE color: 8960670.

HSL color Cylindrical-coordinate representation of color #9EBA88: hue angle of 93.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EBA88 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB158186136-
CMYK0.1500.270.27
HSL93.6º26.6%63.14%-
HSV(B)93.6º26.88%72.94%-
XYZ36.144.1629.91-
YUV171.93107.72118.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=32.92%
G=38.75%
B=28.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861360.1500.270.2793.626.663.14
Hex9EBA88F01B1B5e1b3f
Octal23627221017033331363377
Binary100111101011101010001000111101101111011101111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,136); }

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

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

 a { background-color: rgb(158,186,136); }

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

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

 span { border-color: rgb(158,186,136); }

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