Html Css Color HEX #9EAB89 Norway

📋 copy color: '#9EAB89'

red 158 ◦ green 171 ◦ blue 137

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

Shades of Norway #9EAB89

Tints of Norway #9EAB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

 BLUE value IS 137 (53.91% from 255) = 29.4%

R = 33.91%
G = 36.7%
B = 29.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#9EAB89 (or 0x9EAB89) is known color: Norway. HEX triplet: 9E, AB and 89. RGB value is (158,171,137). Sum of RGB (Red+Green+Blue) = 158+171+137=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB89 is #615476. Grayscale: #A3A3A3. Windows color (decimal): -6378615 or 9022366. OLE color: 9022366.

HSL color Cylindrical-coordinate representation of color #9EAB89: hue angle of 82.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EAB89 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 171 137 -
CMYK 0.08 0 0.20 0.33
HSL 82.94º 0.17% 0.6% -
HSV(B) 82.94º 0.2% 0.67% -
XYZ 33.18 38.2 29.29 -
YUV 163.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 158 171 137 0.08 0 0.20 0.33 82.94 0.17 0.6
Hex 9E AB 89 8 0 14 21 53 11 3C
Octal 236 253 211 10 0 24 41 123 21 74
Binary 10011110 10101011 10001001 1000 0 10100 100001 1010011 10001 111100

Color Harmonies of #9EAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAB89

Black with #9EAB89

Text Example


Text Example

White with #9EAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,171,137); }

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

background-color css

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

 a { background-color: rgb(158,171,137); }

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

border-color css

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

 span { border-color: rgb(158,171,137); }

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