Html Css Color HEX #9EB196 Spring Rain

📋 copy color: '#9EB196'

red 158 ◦ green 177 ◦ blue 150

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

Shades of Spring Rain #9EB196

Tints of Spring Rain #9EB196

RGB

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

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

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

R = 32.58%
G = 36.49%
B = 30.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#9EB196 (or 0x9EB196) is known color: Spring Rain. HEX triplet: 9E, B1 and 96. RGB value is (158,177,150). Sum of RGB (Red+Green+Blue) = 158+177+150=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB196 is #614E69. Grayscale: #A8A8A8. Windows color (decimal): -6377066 or 9875870. OLE color: 9875870.

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

Color convert

RGB 158 177 150 -
CMYK 0.11 0 0.15 0.31
HSL 102.22º 0.15% 0.64% -
HSV(B) 102.22º 0.15% 0.69% -
XYZ 35.33 40.92 34.89 -
YUV 168.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 158 177 150 0.11 0 0.15 0.31 102.22 0.15 0.64
Hex 9E B1 96 B 0 F 1F 66 F 40
Octal 236 261 226 13 0 17 37 146 17 100
Binary 10011110 10110001 10010110 1011 0 1111 11111 1100110 1111 1000000

Color Harmonies of #9EB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB196

Black with #9EB196

Text Example


Text Example

White with #9EB196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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