Html Css Color HEX #9EB49C Spring Rain

📋 copy color: '#9EB49C'

red 158 ◦ green 180 ◦ blue 156

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

Shades of Spring Rain #9EB49C

Tints of Spring Rain #9EB49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 31.98%
G = 36.44%
B = 31.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9EB49C (or 0x9EB49C) is known color: Spring Rain. HEX triplet: 9E, B4 and 9C. RGB value is (158,180,156). Sum of RGB (Red+Green+Blue) = 158+180+156=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB49C is #614B63. Grayscale: #AAAAAA. Windows color (decimal): -6376292 or 10269854. OLE color: 10269854.

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

Color convert

RGB 158 180 156 -
CMYK 0.12 0 0.13 0.29
HSL 115º 0.14% 0.66% -
HSV(B) 115º 0.13% 0.71% -
XYZ 36.42 42.31 37.7 -
YUV 170.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 158 180 156 0.12 0 0.13 0.29 115 0.14 0.66
Hex 9E B4 9C C 0 D 1D 73 E 42
Octal 236 264 234 14 0 15 35 163 16 102
Binary 10011110 10110100 10011100 1100 0 1101 11101 1110011 1110 1000010

Color Harmonies of #9EB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB49C

Black with #9EB49C

Text Example


Text Example

White with #9EB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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