#9EBA94

Color #9EBA94 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9EBA94

Tints of Spring Rain #9EBA94

Color information

#9EBA94 (or 0x9EBA94) is unknown color: approx Spring Rain. HEX triplet: 9E, BA and 94. RGB value is (158,186,148). Sum of RGB (Red+Green+Blue) = 158+186+148=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA94 is #61456B. Grayscale: #ADADAD. Windows color (decimal): -6374764 or 9747102. OLE color: 9747102.

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

Color convert

RGB158186148-
CMYK0.1500.200.27
HSL104.21º21.59%65.49%-
HSV(B)104.21º20.43%72.94%-
XYZ3744.5334.66-
YUV173.3113.72117.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=32.11%
G=37.80%
B=30.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861480.1500.200.27104.2121.5965.49
Hex9EBA94F0141B681641
Octal236272224170243315026101
Binary1001111010111010100101001111010100110111101000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EBA94;
 }
 .AnyTagClassName
 {
   color: #9EBA94;
 }
</style>
background-color css

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

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

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

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

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

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