Html Css Color HEX #9EAA94 Norway

📋 copy color: '#9EAA94'

red 158 ◦ green 170 ◦ blue 148

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

Shades of Norway #9EAA94

Tints of Norway #9EAA94

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 33.19%
G = 35.71%
B = 31.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#9EAA94 (or 0x9EAA94) is known color: Norway. HEX triplet: 9E, AA and 94. RGB value is (158,170,148). Sum of RGB (Red+Green+Blue) = 158+170+148=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA94 is #61556B. Grayscale: #A3A3A3. Windows color (decimal): -6378860 or 9743006. OLE color: 9743006.

HSL color Cylindrical-coordinate representation of color #9EAA94: hue angle of 92.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EAA94 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 148 -
CMYK 0.07 0 0.13 0.33
HSL 92.73º 0.11% 0.62% -
HSV(B) 92.73º 0.13% 0.67% -
XYZ 33.82 38.16 33.6 -
YUV 163.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 158 170 148 0.07 0 0.13 0.33 92.73 0.11 0.62
Hex 9E AA 94 7 0 D 21 5D B 3E
Octal 236 252 224 7 0 15 41 135 13 76
Binary 10011110 10101010 10010100 111 0 1101 100001 1011101 1011 111110

Color Harmonies of #9EAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA94

Black with #9EAA94

Text Example


Text Example

White with #9EAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,148); }

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

background-color css

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

 a { background-color: rgb(158,170,148); }

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

border-color css

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

 span { border-color: rgb(158,170,148); }

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