#9EBD8E

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

Shades of Norway #9EBD8E

Tints of Norway #9EBD8E

Color information

#9EBD8E (or 0x9EBD8E) is unknown color: approx Norway. HEX triplet: 9E, BD and 8E. RGB value is (158,189,142). Sum of RGB (Red+Green+Blue) = 158+189+142=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD8E is #614271. Grayscale: #AEAEAE. Windows color (decimal): -6374002 or 9354654. OLE color: 9354654.

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

Color convert

RGB158189142-
CMYK0.1600.250.26
HSL99.57º26.26%64.9%-
HSV(B)99.57º24.87%74.12%-
XYZ37.1845.6232.44-
YUV174.37109.73116.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=32.31%
G=38.65%
B=29.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891420.1600.250.2699.5726.2664.9
Hex9EBD8E100191A641a41
Octal236275216200313214432101
Binary10011110101111011000111010000011001110101100100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,189,142); }

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

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

 a { background-color: rgb(158,189,142); }

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

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

 span { border-color: rgb(158,189,142); }

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