#9EBA8C

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

Shades of Norway #9EBA8C

Tints of Norway #9EBA8C

Color information

#9EBA8C (or 0x9EBA8C) is unknown color: approx Norway. HEX triplet: 9E, BA and 8C. RGB value is (158,186,140). Sum of RGB (Red+Green+Blue) = 158+186+140=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA8C is #614573. Grayscale: #ACACAC. Windows color (decimal): -6374772 or 9222814. OLE color: 9222814.

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

Color convert

RGB158186140-
CMYK0.1500.250.27
HSL96.52º25%63.92%-
HSV(B)96.52º24.73%72.94%-
XYZ36.3944.2831.44-
YUV172.38109.72117.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=32.64%
G=38.43%
B=28.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861400.1500.250.2796.522563.92
Hex9EBA8CF0191B611940
Octal236272214170313314131100
Binary1001111010111010100011001111011001110111100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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