Html Css Color HEX #9EBA86 Norway

📋 copy color: '#9EBA86'

red 158 ◦ green 186 ◦ blue 134

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

Shades of Norway #9EBA86

Tints of Norway #9EBA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 33.05%
G = 38.91%
B = 28.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#9EBA86 (or 0x9EBA86) is known color: Norway. HEX triplet: 9E, BA and 86. RGB value is (158,186,134). Sum of RGB (Red+Green+Blue) = 158+186+134=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA86 is #614579. Grayscale: #ABABAB. Windows color (decimal): -6374778 or 8829598. OLE color: 8829598.

HSL color Cylindrical-coordinate representation of color #9EBA86: hue angle of 92.31º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBA86 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 134 -
CMYK 0.15 0 0.28 0.27
HSL 92.31º 0.27% 0.63% -
HSV(B) 92.31º 0.28% 0.73% -
XYZ 35.96 44.11 29.17 -
YUV 171.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 158 186 134 0.15 0 0.28 0.27 92.31 0.27 0.63
Hex 9E BA 86 F 0 1C 1B 5C 1B 3F
Octal 236 272 206 17 0 34 33 134 33 77
Binary 10011110 10111010 10000110 1111 0 11100 11011 1011100 11011 111111

Color Harmonies of #9EBA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA86

Black with #9EBA86

Text Example


Text Example

White with #9EBA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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