Html Css Color HEX #9EBB95 Spring Rain

📋 copy color: '#9EBB95'

red 158 ◦ green 187 ◦ blue 149

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

Shades of Spring Rain #9EBB95

Tints of Spring Rain #9EBB95

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 31.98%
G = 37.85%
B = 30.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#9EBB95 (or 0x9EBB95) is known color: Spring Rain. HEX triplet: 9E, BB and 95. RGB value is (158,187,149). Sum of RGB (Red+Green+Blue) = 158+187+149=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB95 is #61446A. Grayscale: #AEAEAE. Windows color (decimal): -6374507 or 9812894. OLE color: 9812894.

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

Color convert

RGB 158 187 149 -
CMYK 0.16 0 0.20 0.27
HSL 105.79º 0.22% 0.66% -
HSV(B) 105.79º 0.2% 0.73% -
XYZ 37.3 44.98 35.15 -
YUV 174 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 158 187 149 0.16 0 0.20 0.27 105.79 0.22 0.66
Hex 9E BB 95 10 0 14 1B 6A 16 42
Octal 236 273 225 20 0 24 33 152 26 102
Binary 10011110 10111011 10010101 10000 0 10100 11011 1101010 10110 1000010

Color Harmonies of #9EBB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBB95

Black with #9EBB95

Text Example


Text Example

White with #9EBB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,187,149); }

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

background-color css

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

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

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

border-color css

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

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

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