Html Css Color HEX #9EBE8E Norway

📋 copy color: '#9EBE8E'

red 158 ◦ green 190 ◦ blue 142

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

Shades of Norway #9EBE8E

Tints of Norway #9EBE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 32.24%
G = 38.78%
B = 28.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#9EBE8E (or 0x9EBE8E) is known color: Norway. HEX triplet: 9E, BE and 8E. RGB value is (158,190,142). Sum of RGB (Red+Green+Blue) = 158+190+142=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE8E is #614171. Grayscale: #AFAFAF. Windows color (decimal): -6373746 or 9354910. OLE color: 9354910.

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

Color convert

RGB 158 190 142 -
CMYK 0.17 0 0.25 0.25
HSL 100º 0.27% 0.65% -
HSV(B) 100º 0.25% 0.75% -
XYZ 37.4 46.05 32.51 -
YUV 174.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 158 190 142 0.17 0 0.25 0.25 100 0.27 0.65
Hex 9E BE 8E 11 0 19 19 64 1B 41
Octal 236 276 216 21 0 31 31 144 33 101
Binary 10011110 10111110 10001110 10001 0 11001 11001 1100100 11011 1000001

Color Harmonies of #9EBE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE8E

Black with #9EBE8E

Text Example


Text Example

White with #9EBE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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