Html Css Color HEX #9EB095 Spring Rain

📋 copy color: '#9EB095'

red 158 ◦ green 176 ◦ blue 149

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

Shades of Spring Rain #9EB095

Tints of Spring Rain #9EB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

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

R = 32.71%
G = 36.44%
B = 30.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#9EB095 (or 0x9EB095) is known color: Spring Rain. HEX triplet: 9E, B0 and 95. RGB value is (158,176,149). Sum of RGB (Red+Green+Blue) = 158+176+149=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB095 is #614F6A. Grayscale: #A7A7A7. Windows color (decimal): -6377323 or 9810078. OLE color: 9810078.

HSL color Cylindrical-coordinate representation of color #9EB095: hue angle of 100º 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 #9EB095 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 176 149 -
CMYK 0.10 0 0.15 0.31
HSL 100º 0.15% 0.64% -
HSV(B) 100º 0.15% 0.69% -
XYZ 35.05 40.49 34.4 -
YUV 167.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 158 176 149 0.10 0 0.15 0.31 100 0.15 0.64
Hex 9E B0 95 A 0 F 1F 64 F 40
Octal 236 260 225 12 0 17 37 144 17 100
Binary 10011110 10110000 10010101 1010 0 1111 11111 1100100 1111 1000000

Color Harmonies of #9EB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB095

Black with #9EB095

Text Example


Text Example

White with #9EB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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