Html Css Color HEX #9EBA95 Spring Rain

📋 copy color: '#9EBA95'

red 158 ◦ green 186 ◦ blue 149

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

Shades of Spring Rain #9EBA95

Tints of Spring Rain #9EBA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

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

R = 32.05%
G = 37.73%
B = 30.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#9EBA95 (or 0x9EBA95) is known color: Spring Rain. HEX triplet: 9E, BA and 95. RGB value is (158,186,149). Sum of RGB (Red+Green+Blue) = 158+186+149=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA95 is #61456A. Grayscale: #ADADAD. Windows color (decimal): -6374763 or 9812638. OLE color: 9812638.

HSL color Cylindrical-coordinate representation of color #9EBA95: hue angle of 105.41º degrees, saturation: 0.21, 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 #9EBA95 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 149 -
CMYK 0.15 0 0.20 0.27
HSL 105.41º 0.21% 0.66% -
HSV(B) 105.41º 0.2% 0.73% -
XYZ 37.08 44.56 35.08 -
YUV 173.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 158 186 149 0.15 0 0.20 0.27 105.41 0.21 0.66
Hex 9E BA 95 F 0 14 1B 69 15 42
Octal 236 272 225 17 0 24 33 151 25 102
Binary 10011110 10111010 10010101 1111 0 10100 11011 1101001 10101 1000010

Color Harmonies of #9EBA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA95

Black with #9EBA95

Text Example


Text Example

White with #9EBA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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