Html Css Color HEX #9EBC96 Spring Rain

📋 copy color: '#9EBC96'

red 158 ◦ green 188 ◦ blue 150

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

Shades of Spring Rain #9EBC96

Tints of Spring Rain #9EBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 31.85%
G = 37.9%
B = 30.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#9EBC96 (or 0x9EBC96) is known color: Spring Rain. HEX triplet: 9E, BC and 96. RGB value is (158,188,150). Sum of RGB (Red+Green+Blue) = 158+188+150=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC96 is #614369. Grayscale: #AEAEAE. Windows color (decimal): -6374250 or 9878686. OLE color: 9878686.

HSL color Cylindrical-coordinate representation of color #9EBC96: hue angle of 107.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EBC96 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 150 -
CMYK 0.16 0 0.20 0.26
HSL 107.37º 0.22% 0.66% -
HSV(B) 107.37º 0.2% 0.74% -
XYZ 37.59 45.44 35.64 -
YUV 174.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 158 188 150 0.16 0 0.20 0.26 107.37 0.22 0.66
Hex 9E BC 96 10 0 14 1A 6B 16 42
Octal 236 274 226 20 0 24 32 153 26 102
Binary 10011110 10111100 10010110 10000 0 10100 11010 1101011 10110 1000010

Color Harmonies of #9EBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC96

Black with #9EBC96

Text Example


Text Example

White with #9EBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,188,150); }

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

background-color css

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

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

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

border-color css

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

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

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