Html Css Color HEX #9EBE8A Norway

📋 copy color: '#9EBE8A'

red 158 ◦ green 190 ◦ blue 138

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

Shades of Norway #9EBE8A

Tints of Norway #9EBE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 32.51%
G = 39.09%
B = 28.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#9EBE8A (or 0x9EBE8A) is known color: Norway. HEX triplet: 9E, BE and 8A. RGB value is (158,190,138). Sum of RGB (Red+Green+Blue) = 158+190+138=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE8A is #614175. Grayscale: #AEAEAE. Windows color (decimal): -6373750 or 9092766. OLE color: 9092766.

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

Color convert

RGB 158 190 138 -
CMYK 0.17 0 0.27 0.25
HSL 96.92º 0.29% 0.64% -
HSV(B) 96.92º 0.27% 0.75% -
XYZ 37.1 45.93 30.95 -
YUV 174.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 158 190 138 0.17 0 0.27 0.25 96.92 0.29 0.64
Hex 9E BE 8A 11 0 1B 19 61 1D 40
Octal 236 276 212 21 0 33 31 141 35 100
Binary 10011110 10111110 10001010 10001 0 11011 11001 1100001 11101 1000000

Color Harmonies of #9EBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE8A

Black with #9EBE8A

Text Example


Text Example

White with #9EBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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