Html Css Color HEX #9EB195 Spring Rain

📋 copy color: '#9EB195'

red 158 ◦ green 177 ◦ blue 149

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

Shades of Spring Rain #9EB195

Tints of Spring Rain #9EB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.57%

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

R = 32.64%
G = 36.57%
B = 30.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#9EB195 (or 0x9EB195) is known color: Spring Rain. HEX triplet: 9E, B1 and 95. RGB value is (158,177,149). Sum of RGB (Red+Green+Blue) = 158+177+149=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB195 is #614E6A. Grayscale: #A8A8A8. Windows color (decimal): -6377067 or 9810334. OLE color: 9810334.

HSL color Cylindrical-coordinate representation of color #9EB195: hue angle of 100.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EB195 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 177 149 -
CMYK 0.11 0 0.16 0.31
HSL 100.71º 0.15% 0.64% -
HSV(B) 100.71º 0.16% 0.69% -
XYZ 35.25 40.88 34.47 -
YUV 168.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 158 177 149 0.11 0 0.16 0.31 100.71 0.15 0.64
Hex 9E B1 95 B 0 10 1F 65 F 40
Octal 236 261 225 13 0 20 37 145 17 100
Binary 10011110 10110001 10010101 1011 0 10000 11111 1100101 1111 1000000

Color Harmonies of #9EB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB195

Black with #9EB195

Text Example


Text Example

White with #9EB195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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