Html Css Color HEX #9EB091 Norway

📋 copy color: '#9EB091'

red 158 ◦ green 176 ◦ blue 145

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

Shades of Norway #9EB091

Tints of Norway #9EB091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 32.99%
G = 36.74%
B = 30.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#9EB091 (or 0x9EB091) is known color: Norway. HEX triplet: 9E, B0 and 91. RGB value is (158,176,145). Sum of RGB (Red+Green+Blue) = 158+176+145=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB091 is #614F6E. Grayscale: #A7A7A7. Windows color (decimal): -6377327 or 9547934. OLE color: 9547934.

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

Color convert

RGB 158 176 145 -
CMYK 0.10 0 0.18 0.31
HSL 94.84º 0.16% 0.63% -
HSV(B) 94.84º 0.18% 0.69% -
XYZ 34.74 40.36 32.75 -
YUV 167.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 158 176 145 0.10 0 0.18 0.31 94.84 0.16 0.63
Hex 9E B0 91 A 0 12 1F 5F 10 3F
Octal 236 260 221 12 0 22 37 137 20 77
Binary 10011110 10110000 10010001 1010 0 10010 11111 1011111 10000 111111

Color Harmonies of #9EB091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB091

Black with #9EB091

Text Example


Text Example

White with #9EB091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,176,145); }

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

background-color css

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

 a { background-color: rgb(158,176,145); }

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

border-color css

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

 span { border-color: rgb(158,176,145); }

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