Html Css Color HEX #9EB78C Norway

📋 copy color: '#9EB78C'

red 158 ◦ green 183 ◦ blue 140

#9EB78C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9EB78C

Tints of Norway #9EB78C

RGB

 RED value IS 158 (62.11% from 255) = 32.85%

 GREEN value IS 183 (71.88% from 255) = 38.05%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 32.85%
G = 38.05%
B = 29.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#9EB78C (or 0x9EB78C) is known color: Norway. HEX triplet: 9E, B7 and 8C. RGB value is (158,183,140). Sum of RGB (Red+Green+Blue) = 158+183+140=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB78C is #614873. Grayscale: #AAAAAA. Windows color (decimal): -6375540 or 9222046. OLE color: 9222046.

HSL color Cylindrical-coordinate representation of color #9EB78C: hue angle of 94.88º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EB78C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 140 -
CMYK 0.14 0 0.23 0.28
HSL 94.88º 0.23% 0.63% -
HSV(B) 94.88º 0.23% 0.72% -
XYZ 35.77 43.03 31.23 -
YUV 170.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 158 183 140 0.14 0 0.23 0.28 94.88 0.23 0.63
Hex 9E B7 8C E 0 17 1C 5F 17 3F
Octal 236 267 214 16 0 27 34 137 27 77
Binary 10011110 10110111 10001100 1110 0 10111 11100 1011111 10111 111111

Color Harmonies of #9EB78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB78C

Black with #9EB78C

Text Example


Text Example

White with #9EB78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EB78C;
 }
 .AnyTagClassName
 {
   color: #9EB78C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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