Html Css Color HEX #9EB49E Spring Rain

📋 copy color: '#9EB49E'

red 158 ◦ green 180 ◦ blue 158

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

Shades of Spring Rain #9EB49E

Tints of Spring Rain #9EB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 31.85%
G = 36.29%
B = 31.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#9EB49E (or 0x9EB49E) is known color: Spring Rain. HEX triplet: 9E, B4 and 9E. RGB value is (158,180,158). Sum of RGB (Red+Green+Blue) = 158+180+158=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB49E is #614B61. Grayscale: #AAAAAA. Windows color (decimal): -6376290 or 10400926. OLE color: 10400926.

HSL color Cylindrical-coordinate representation of color #9EB49E: hue angle of 120º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB49E is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 180 158 -
CMYK 0.12 0 0.12 0.29
HSL 120º 0.13% 0.66% -
HSV(B) 120º 0.12% 0.71% -
XYZ 36.59 42.38 38.6 -
YUV 170.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 158 180 158 0.12 0 0.12 0.29 120 0.13 0.66
Hex 9E B4 9E C 0 C 1D 78 D 42
Octal 236 264 236 14 0 14 35 170 15 102
Binary 10011110 10110100 10011110 1100 0 1100 11101 1111000 1101 1000010

Color Harmonies of #9EB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB49E

Black with #9EB49E

Text Example


Text Example

White with #9EB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,180,158); }

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

background-color css

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

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

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

border-color css

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

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

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