Html Css Color HEX #9EBC8F Norway

📋 copy color: '#9EBC8F'

red 158 ◦ green 188 ◦ blue 143

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

Shades of Norway #9EBC8F

Tints of Norway #9EBC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.45%

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 32.31%
G = 38.45%
B = 29.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#9EBC8F (or 0x9EBC8F) is known color: Norway. HEX triplet: 9E, BC and 8F. RGB value is (158,188,143). Sum of RGB (Red+Green+Blue) = 158+188+143=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC8F is #614370. Grayscale: #AEAEAE. Windows color (decimal): -6374257 or 9419934. OLE color: 9419934.

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

Color convert

RGB 158 188 143 -
CMYK 0.16 0 0.24 0.26
HSL 100º 0.25% 0.65% -
HSV(B) 100º 0.24% 0.74% -
XYZ 37.04 45.22 32.76 -
YUV 173.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 158 188 143 0.16 0 0.24 0.26 100 0.25 0.65
Hex 9E BC 8F 10 0 18 1A 64 19 41
Octal 236 274 217 20 0 30 32 144 31 101
Binary 10011110 10111100 10001111 10000 0 11000 11010 1100100 11001 1000001

Color Harmonies of #9EBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC8F

Black with #9EBC8F

Text Example


Text Example

White with #9EBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,188,143); }

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

background-color css

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

 a { background-color: rgb(158,188,143); }

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

border-color css

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

 span { border-color: rgb(158,188,143); }

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