Html Css Color HEX #9EBA8D Norway

📋 copy color: '#9EBA8D'

red 158 ◦ green 186 ◦ blue 141

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

Shades of Norway #9EBA8D

Tints of Norway #9EBA8D

RGB

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

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

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

R = 32.58%
G = 38.35%
B = 29.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#9EBA8D (or 0x9EBA8D) is known color: Norway. HEX triplet: 9E, BA and 8D. RGB value is (158,186,141). Sum of RGB (Red+Green+Blue) = 158+186+141=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA8D is #614572. Grayscale: #ACACAC. Windows color (decimal): -6374771 or 9288350. OLE color: 9288350.

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

Color convert

RGB 158 186 141 -
CMYK 0.15 0 0.24 0.27
HSL 97.33º 0.25% 0.64% -
HSV(B) 97.33º 0.24% 0.73% -
XYZ 36.47 44.31 31.83 -
YUV 172.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 158 186 141 0.15 0 0.24 0.27 97.33 0.25 0.64
Hex 9E BA 8D F 0 18 1B 61 19 40
Octal 236 272 215 17 0 30 33 141 31 100
Binary 10011110 10111010 10001101 1111 0 11000 11011 1100001 11001 1000000

Color Harmonies of #9EBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA8D

Black with #9EBA8D

Text Example


Text Example

White with #9EBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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