Html Css Color HEX #9EBC9C Spring Rain

📋 copy color: '#9EBC9C'

red 158 ◦ green 188 ◦ blue 156

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

Shades of Spring Rain #9EBC9C

Tints of Spring Rain #9EBC9C

RGB

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

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

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

R = 31.47%
G = 37.45%
B = 31.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#9EBC9C (or 0x9EBC9C) is known color: Spring Rain. HEX triplet: 9E, BC and 9C. RGB value is (158,188,156). Sum of RGB (Red+Green+Blue) = 158+188+156=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC9C is #614363. Grayscale: #AFAFAF. Windows color (decimal): -6374244 or 10271902. OLE color: 10271902.

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

Color convert

RGB 158 188 156 -
CMYK 0.16 0 0.17 0.26
HSL 116.25º 0.19% 0.67% -
HSV(B) 116.25º 0.17% 0.74% -
XYZ 38.08 45.64 38.25 -
YUV 175.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 158 188 156 0.16 0 0.17 0.26 116.25 0.19 0.67
Hex 9E BC 9C 10 0 11 1A 74 13 43
Octal 236 274 234 20 0 21 32 164 23 103
Binary 10011110 10111100 10011100 10000 0 10001 11010 1110100 10011 1000011

Color Harmonies of #9EBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC9C

Black with #9EBC9C

Text Example


Text Example

White with #9EBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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