Html Css Color HEX #9EBE89 Norway

📋 copy color: '#9EBE89'

red 158 ◦ green 190 ◦ blue 137

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

Shades of Norway #9EBE89

Tints of Norway #9EBE89

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

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

R = 32.58%
G = 39.18%
B = 28.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#9EBE89 (or 0x9EBE89) is known color: Norway. HEX triplet: 9E, BE and 89. RGB value is (158,190,137). Sum of RGB (Red+Green+Blue) = 158+190+137=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE89 is #614176. Grayscale: #AEAEAE. Windows color (decimal): -6373751 or 9027230. OLE color: 9027230.

HSL color Cylindrical-coordinate representation of color #9EBE89: hue angle of 96.23º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBE89 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 190 137 -
CMYK 0.17 0 0.28 0.25
HSL 96.23º 0.29% 0.64% -
HSV(B) 96.23º 0.28% 0.75% -
XYZ 37.03 45.9 30.58 -
YUV 174.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 158 190 137 0.17 0 0.28 0.25 96.23 0.29 0.64
Hex 9E BE 89 11 0 1C 19 60 1D 40
Octal 236 276 211 21 0 34 31 140 35 100
Binary 10011110 10111110 10001001 10001 0 11100 11001 1100000 11101 1000000

Color Harmonies of #9EBE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE89

Black with #9EBE89

Text Example


Text Example

White with #9EBE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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