Html Css Color HEX #9EBE8D Norway

📋 copy color: '#9EBE8D'

red 158 ◦ green 190 ◦ blue 141

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

Shades of Norway #9EBE8D

Tints of Norway #9EBE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 32.31%
G = 38.85%
B = 28.83%

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

#9EBE8D (or 0x9EBE8D) is known color: Norway. HEX triplet: 9E, BE and 8D. RGB value is (158,190,141). Sum of RGB (Red+Green+Blue) = 158+190+141=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBE8D is #614172. Grayscale: #AFAFAF. Windows color (decimal): -6373747 or 9289374. OLE color: 9289374.

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

Color convert

RGB 158 190 141 -
CMYK 0.17 0 0.26 0.25
HSL 99.18º 0.27% 0.65% -
HSV(B) 99.18º 0.26% 0.75% -
XYZ 37.32 46.02 32.11 -
YUV 174.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 158 190 141 0.17 0 0.26 0.25 99.18 0.27 0.65
Hex 9E BE 8D 11 0 1A 19 63 1B 41
Octal 236 276 215 21 0 32 31 143 33 101
Binary 10011110 10111110 10001101 10001 0 11010 11001 1100011 11011 1000001

Color Harmonies of #9EBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE8D

Black with #9EBE8D

Text Example


Text Example

White with #9EBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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