Html Css Color HEX #9EA893 Norway

📋 copy color: '#9EA893'

red 158 ◦ green 168 ◦ blue 147

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

Shades of Norway #9EA893

Tints of Norway #9EA893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 33.4%
G = 35.52%
B = 31.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#9EA893 (or 0x9EA893) is known color: Norway. HEX triplet: 9E, A8 and 93. RGB value is (158,168,147). Sum of RGB (Red+Green+Blue) = 158+168+147=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA893 is #61576C. Grayscale: #A2A2A2. Windows color (decimal): -6379373 or 9676958. OLE color: 9676958.

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

Color convert

RGB 158 168 147 -
CMYK 0.06 0 0.13 0.34
HSL 88.57º 0.11% 0.62% -
HSV(B) 88.57º 0.13% 0.66% -
XYZ 33.37 37.38 33.06 -
YUV 162.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 158 168 147 0.06 0 0.13 0.34 88.57 0.11 0.62
Hex 9E A8 93 6 0 D 22 59 B 3E
Octal 236 250 223 6 0 15 42 131 13 76
Binary 10011110 10101000 10010011 110 0 1101 100010 1011001 1011 111110

Color Harmonies of #9EA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA893

Black with #9EA893

Text Example


Text Example

White with #9EA893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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