Html Css Color HEX #9EBD86 Norway

📋 copy color: '#9EBD86'

red 158 ◦ green 189 ◦ blue 134

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

Shades of Norway #9EBD86

Tints of Norway #9EBD86

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 32.85%
G = 39.29%
B = 27.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#9EBD86 (or 0x9EBD86) is known color: Norway. HEX triplet: 9E, BD and 86. RGB value is (158,189,134). Sum of RGB (Red+Green+Blue) = 158+189+134=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD86 is #614279. Grayscale: #ADADAD. Windows color (decimal): -6374010 or 8830366. OLE color: 8830366.

HSL color Cylindrical-coordinate representation of color #9EBD86: hue angle of 93.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EBD86 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 134 -
CMYK 0.16 0 0.29 0.26
HSL 93.82º 0.29% 0.63% -
HSV(B) 93.82º 0.29% 0.74% -
XYZ 36.6 45.39 29.39 -
YUV 173.46 105.73 116.97 -
System Red Green Blue C M Y K H S L
Decimal 158 189 134 0.16 0 0.29 0.26 93.82 0.29 0.63
Hex 9E BD 86 10 0 1D 1A 5E 1D 3F
Octal 236 275 206 20 0 35 32 136 35 77
Binary 10011110 10111101 10000110 10000 0 11101 11010 1011110 11101 111111

Color Harmonies of #9EBD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD86

Black with #9EBD86

Text Example


Text Example

White with #9EBD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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