Html Css Color HEX #9EBE8C Norway

📋 copy color: '#9EBE8C'

red 158 ◦ green 190 ◦ blue 140

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

Shades of Norway #9EBE8C

Tints of Norway #9EBE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 32.38%
G = 38.93%
B = 28.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#9EBE8C (or 0x9EBE8C) is known color: Norway. HEX triplet: 9E, BE and 8C. RGB value is (158,190,140). Sum of RGB (Red+Green+Blue) = 158+190+140=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE8C is #614173. Grayscale: #AEAEAE. Windows color (decimal): -6373748 or 9223838. OLE color: 9223838.

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

Color convert

RGB 158 190 140 -
CMYK 0.17 0 0.26 0.25
HSL 98.4º 0.28% 0.65% -
HSV(B) 98.4º 0.26% 0.75% -
XYZ 37.25 45.99 31.72 -
YUV 174.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 158 190 140 0.17 0 0.26 0.25 98.4 0.28 0.65
Hex 9E BE 8C 11 0 1A 19 62 1C 41
Octal 236 276 214 21 0 32 31 142 34 101
Binary 10011110 10111110 10001100 10001 0 11010 11001 1100010 11100 1000001

Color Harmonies of #9EBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE8C

Black with #9EBE8C

Text Example


Text Example

White with #9EBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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