Html Css Color HEX #9EA798 Norway

📋 copy color: '#9EA798'

red 158 ◦ green 167 ◦ blue 152

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

Shades of Norway #9EA798

Tints of Norway #9EA798

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.01%

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 33.12%
G = 35.01%
B = 31.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#9EA798 (or 0x9EA798) is known color: Norway. HEX triplet: 9E, A7 and 98. RGB value is (158,167,152). Sum of RGB (Red+Green+Blue) = 158+167+152=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA798 is #615867. Grayscale: #A2A2A2. Windows color (decimal): -6379624 or 10004382. OLE color: 10004382.

HSL color Cylindrical-coordinate representation of color #9EA798: hue angle of 96º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EA798 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 167 152 -
CMYK 0.05 0 0.09 0.35
HSL 96º 0.08% 0.63% -
HSV(B) 96º 0.09% 0.65% -
XYZ 33.59 37.17 35.11 -
YUV 162.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 158 167 152 0.05 0 0.09 0.35 96 0.08 0.63
Hex 9E A7 98 5 0 9 23 60 8 3F
Octal 236 247 230 5 0 11 43 140 10 77
Binary 10011110 10100111 10011000 101 0 1001 100011 1100000 1000 111111

Color Harmonies of #9EA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA798

Black with #9EA798

Text Example


Text Example

White with #9EA798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,167,152); }

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

background-color css

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

 a { background-color: rgb(158,167,152); }

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

border-color css

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

 span { border-color: rgb(158,167,152); }

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