Html Css Color HEX #9EBF89 Norway

📋 copy color: '#9EBF89'

red 158 ◦ green 191 ◦ blue 137

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

Shades of Norway #9EBF89

Tints of Norway #9EBF89

RGB

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

 GREEN value IS 191 (75% from 255) = 39.3%

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

R = 32.51%
G = 39.3%
B = 28.19%

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

#9EBF89 (or 0x9EBF89) is known color: Norway. HEX triplet: 9E, BF and 89. RGB value is (158,191,137). Sum of RGB (Red+Green+Blue) = 158+191+137=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF89 is #614076. Grayscale: #AFAFAF. Windows color (decimal): -6373495 or 9027486. OLE color: 9027486.

HSL color Cylindrical-coordinate representation of color #9EBF89: hue angle of 96.67º degrees, saturation: 0.3, 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 #9EBF89 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 137 -
CMYK 0.17 0 0.28 0.25
HSL 96.67º 0.3% 0.64% -
HSV(B) 96.67º 0.28% 0.75% -
XYZ 37.25 46.34 30.65 -
YUV 174.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 158 191 137 0.17 0 0.28 0.25 96.67 0.3 0.64
Hex 9E BF 89 11 0 1C 19 61 1E 40
Octal 236 277 211 21 0 34 31 141 36 100
Binary 10011110 10111111 10001001 10001 0 11100 11001 1100001 11110 1000000

Color Harmonies of #9EBF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBF89

Black with #9EBF89

Text Example


Text Example

White with #9EBF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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