Html Css Color HEX #9EB392 Norway

📋 copy color: '#9EB392'

red 158 ◦ green 179 ◦ blue 146

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

Shades of Norway #9EB392

Tints of Norway #9EB392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 32.71%
G = 37.06%
B = 30.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#9EB392 (or 0x9EB392) is known color: Norway. HEX triplet: 9E, B3 and 92. RGB value is (158,179,146). Sum of RGB (Red+Green+Blue) = 158+179+146=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB392 is #614C6D. Grayscale: #A9A9A9. Windows color (decimal): -6376558 or 9614238. OLE color: 9614238.

HSL color Cylindrical-coordinate representation of color #9EB392: hue angle of 98.18º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EB392 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 179 146 -
CMYK 0.12 0 0.18 0.30
HSL 98.18º 0.18% 0.64% -
HSV(B) 98.18º 0.18% 0.7% -
XYZ 35.41 41.58 33.35 -
YUV 168.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 158 179 146 0.12 0 0.18 0.30 98.18 0.18 0.64
Hex 9E B3 92 C 0 12 1E 62 12 40
Octal 236 263 222 14 0 22 36 142 22 100
Binary 10011110 10110011 10010010 1100 0 10010 11110 1100010 10010 1000000

Color Harmonies of #9EB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB392

Black with #9EB392

Text Example


Text Example

White with #9EB392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,179,146); }

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

background-color css

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

 a { background-color: rgb(158,179,146); }

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

border-color css

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

 span { border-color: rgb(158,179,146); }

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