Html Css Color HEX #9EBF8C Norway

📋 copy color: '#9EBF8C'

red 158 ◦ green 191 ◦ blue 140

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

Shades of Norway #9EBF8C

Tints of Norway #9EBF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 39.06%

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

R = 32.31%
G = 39.06%
B = 28.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#9EBF8C (or 0x9EBF8C) is known color: Norway. HEX triplet: 9E, BF and 8C. RGB value is (158,191,140). Sum of RGB (Red+Green+Blue) = 158+191+140=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF8C is #614073. Grayscale: #AFAFAF. Windows color (decimal): -6373492 or 9224094. OLE color: 9224094.

HSL color Cylindrical-coordinate representation of color #9EBF8C: hue angle of 98.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EBF8C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 140 -
CMYK 0.17 0 0.27 0.25
HSL 98.82º 0.28% 0.65% -
HSV(B) 98.82º 0.27% 0.75% -
XYZ 37.46 46.42 31.8 -
YUV 175.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 158 191 140 0.17 0 0.27 0.25 98.82 0.28 0.65
Hex 9E BF 8C 11 0 1B 19 63 1C 41
Octal 236 277 214 21 0 33 31 143 34 101
Binary 10011110 10111111 10001100 10001 0 11011 11001 1100011 11100 1000001

Color Harmonies of #9EBF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF8C

Black with #9EBF8C

Text Example


Text Example

White with #9EBF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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