Html Css Color HEX #9EBC94 Spring Rain

📋 copy color: '#9EBC94'

red 158 ◦ green 188 ◦ blue 148

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

Shades of Spring Rain #9EBC94

Tints of Spring Rain #9EBC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 31.98%
G = 38.06%
B = 29.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#9EBC94 (or 0x9EBC94) is known color: Spring Rain. HEX triplet: 9E, BC and 94. RGB value is (158,188,148). Sum of RGB (Red+Green+Blue) = 158+188+148=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC94 is #61436B. Grayscale: #AEAEAE. Windows color (decimal): -6374252 or 9747614. OLE color: 9747614.

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

Color convert

RGB 158 188 148 -
CMYK 0.16 0 0.21 0.26
HSL 105º 0.23% 0.66% -
HSV(B) 105º 0.21% 0.74% -
XYZ 37.43 45.37 34.8 -
YUV 174.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 158 188 148 0.16 0 0.21 0.26 105 0.23 0.66
Hex 9E BC 94 10 0 15 1A 69 17 42
Octal 236 274 224 20 0 25 32 151 27 102
Binary 10011110 10111100 10010100 10000 0 10101 11010 1101001 10111 1000010

Color Harmonies of #9EBC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC94

Black with #9EBC94

Text Example


Text Example

White with #9EBC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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