Html Css Color HEX #9EA896 Norway

📋 copy color: '#9EA896'

red 158 ◦ green 168 ◦ blue 150

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

Shades of Norway #9EA896

Tints of Norway #9EA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 33.19%
G = 35.29%
B = 31.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#9EA896 (or 0x9EA896) is known color: Norway. HEX triplet: 9E, A8 and 96. RGB value is (158,168,150). Sum of RGB (Red+Green+Blue) = 158+168+150=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA896 is #615769. Grayscale: #A3A3A3. Windows color (decimal): -6379370 or 9873566. OLE color: 9873566.

HSL color Cylindrical-coordinate representation of color #9EA896: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EA896 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 168 150 -
CMYK 0.06 0 0.11 0.34
HSL 93.33º 0.09% 0.62% -
HSV(B) 93.33º 0.11% 0.66% -
XYZ 33.61 37.48 34.32 -
YUV 162.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 158 168 150 0.06 0 0.11 0.34 93.33 0.09 0.62
Hex 9E A8 96 6 0 B 22 5D 9 3E
Octal 236 250 226 6 0 13 42 135 11 76
Binary 10011110 10101000 10010110 110 0 1011 100010 1011101 1001 111110

Color Harmonies of #9EA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA896

Black with #9EA896

Text Example


Text Example

White with #9EA896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,150); }

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

background-color css

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

 a { background-color: rgb(158,168,150); }

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

border-color css

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

 span { border-color: rgb(158,168,150); }

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