Html Css Color HEX #9EBA8C Norway

📋 copy color: '#9EBA8C'

red 158 ◦ green 186 ◦ blue 140

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

Shades of Norway #9EBA8C

Tints of Norway #9EBA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 32.64%
G = 38.43%
B = 28.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#9EBA8C (or 0x9EBA8C) is known color: Norway. HEX triplet: 9E, BA and 8C. RGB value is (158,186,140). Sum of RGB (Red+Green+Blue) = 158+186+140=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA8C is #614573. Grayscale: #ACACAC. Windows color (decimal): -6374772 or 9222814. OLE color: 9222814.

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

Color convert

RGB 158 186 140 -
CMYK 0.15 0 0.25 0.27
HSL 96.52º 0.25% 0.64% -
HSV(B) 96.52º 0.25% 0.73% -
XYZ 36.39 44.28 31.44 -
YUV 172.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 158 186 140 0.15 0 0.25 0.27 96.52 0.25 0.64
Hex 9E BA 8C F 0 19 1B 61 19 40
Octal 236 272 214 17 0 31 33 141 31 100
Binary 10011110 10111010 10001100 1111 0 11001 11011 1100001 11001 1000000

Color Harmonies of #9EBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA8C

Black with #9EBA8C

Text Example


Text Example

White with #9EBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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