#9EB994

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

Shades of Spring Rain #9EB994

Tints of Spring Rain #9EB994

Color information

#9EB994 (or 0x9EB994) is unknown color: approx Spring Rain. HEX triplet: 9E, B9 and 94. RGB value is (158,185,148). Sum of RGB (Red+Green+Blue) = 158+185+148=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB994 is #61466B. Grayscale: #ACACAC. Windows color (decimal): -6375020 or 9746846. OLE color: 9746846.

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

Color convert

RGB158185148-
CMYK0.1500.200.27
HSL103.78º20.9%65.29%-
HSV(B)103.78º20%72.55%-
XYZ36.7944.1134.59-
YUV172.71114.05117.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=32.18%
G=37.68%
B=30.14%

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
Decimal1581851480.1500.200.27103.7820.965.29
Hex9EB994F0141B681541
Octal236271224170243315025101
Binary1001111010111001100101001111010100110111101000101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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