Html Css Color HEX #9EB190 Norway

📋 copy color: '#9EB190'

red 158 ◦ green 177 ◦ blue 144

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

Shades of Norway #9EB190

Tints of Norway #9EB190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 32.99%
G = 36.95%
B = 30.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#9EB190 (or 0x9EB190) is known color: Norway. HEX triplet: 9E, B1 and 90. RGB value is (158,177,144). Sum of RGB (Red+Green+Blue) = 158+177+144=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB190 is #614E6F. Grayscale: #A7A7A7. Windows color (decimal): -6377072 or 9482654. OLE color: 9482654.

HSL color Cylindrical-coordinate representation of color #9EB190: hue angle of 94.55º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EB190 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 177 144 -
CMYK 0.11 0 0.19 0.31
HSL 94.55º 0.17% 0.63% -
HSV(B) 94.55º 0.19% 0.69% -
XYZ 34.86 40.73 32.41 -
YUV 167.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 158 177 144 0.11 0 0.19 0.31 94.55 0.17 0.63
Hex 9E B1 90 B 0 13 1F 5F 11 3F
Octal 236 261 220 13 0 23 37 137 21 77
Binary 10011110 10110001 10010000 1011 0 10011 11111 1011111 10001 111111

Color Harmonies of #9EB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB190

Black with #9EB190

Text Example


Text Example

White with #9EB190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,177,144); }

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

background-color css

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

 a { background-color: rgb(158,177,144); }

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

border-color css

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

 span { border-color: rgb(158,177,144); }

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