Html Css Color HEX #9EB786 Norway

📋 copy color: '#9EB786'

red 158 ◦ green 183 ◦ blue 134

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

Shades of Norway #9EB786

Tints of Norway #9EB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 134 (52.73% from 255) = 28.21%

R = 33.26%
G = 38.53%
B = 28.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#9EB786 (or 0x9EB786) is known color: Norway. HEX triplet: 9E, B7 and 86. RGB value is (158,183,134). Sum of RGB (Red+Green+Blue) = 158+183+134=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB786 is #614879. Grayscale: #AAAAAA. Windows color (decimal): -6375546 or 8828830. OLE color: 8828830.

HSL color Cylindrical-coordinate representation of color #9EB786: hue angle of 90.61º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EB786 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 134 -
CMYK 0.14 0 0.27 0.28
HSL 90.61º 0.25% 0.62% -
HSV(B) 90.61º 0.27% 0.72% -
XYZ 35.34 42.86 28.96 -
YUV 169.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 158 183 134 0.14 0 0.27 0.28 90.61 0.25 0.62
Hex 9E B7 86 E 0 1B 1C 5B 19 3E
Octal 236 267 206 16 0 33 34 133 31 76
Binary 10011110 10110111 10000110 1110 0 11011 11100 1011011 11001 111110

Color Harmonies of #9EB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB786

Black with #9EB786

Text Example


Text Example

White with #9EB786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,183,134); }

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

background-color css

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

 a { background-color: rgb(158,183,134); }

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

border-color css

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

 span { border-color: rgb(158,183,134); }

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