#9EBE88

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

Shades of Norway #9EBE88

Tints of Norway #9EBE88

Color information

#9EBE88 (or 0x9EBE88) is unknown color: approx Norway. HEX triplet: 9E, BE and 88. RGB value is (158,190,136). Sum of RGB (Red+Green+Blue) = 158+190+136=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE88 is #614177. Grayscale: #AEAEAE. Windows color (decimal): -6373752 or 8961694. OLE color: 8961694.

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

Color convert

RGB158190136-
CMYK0.1700.280.25
HSL95.56º29.35%63.92%-
HSV(B)95.56º28.42%74.51%-
XYZ36.9645.8730.2-
YUV174.28106.4116.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=32.64%
G=39.26%
B=28.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901360.1700.280.2595.5629.3563.92
Hex9EBE881101C19601d40
Octal236276210210343114035100
Binary10011110101111101000100010001011100110011100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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