Html Css Color HEX #9EB98C Norway

📋 copy color: '#9EB98C'

red 158 ◦ green 185 ◦ blue 140

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

Shades of Norway #9EB98C

Tints of Norway #9EB98C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

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

R = 32.71%
G = 38.3%
B = 28.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#9EB98C (or 0x9EB98C) is known color: Norway. HEX triplet: 9E, B9 and 8C. RGB value is (158,185,140). Sum of RGB (Red+Green+Blue) = 158+185+140=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB98C is #614673. Grayscale: #ABABAB. Windows color (decimal): -6375028 or 9222558. OLE color: 9222558.

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

Color convert

RGB 158 185 140 -
CMYK 0.15 0 0.24 0.27
HSL 96º 0.24% 0.64% -
HSV(B) 96º 0.24% 0.73% -
XYZ 36.18 43.86 31.37 -
YUV 171.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 158 185 140 0.15 0 0.24 0.27 96 0.24 0.64
Hex 9E B9 8C F 0 18 1B 60 18 40
Octal 236 271 214 17 0 30 33 140 30 100
Binary 10011110 10111001 10001100 1111 0 11000 11011 1100000 11000 1000000

Color Harmonies of #9EB98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB98C

Black with #9EB98C

Text Example


Text Example

White with #9EB98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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