#9EBF94

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

Shades of Spring Rain #9EBF94

Tints of Spring Rain #9EBF94

Color information

#9EBF94 (or 0x9EBF94) is unknown color: approx Spring Rain. HEX triplet: 9E, BF and 94. RGB value is (158,191,148). Sum of RGB (Red+Green+Blue) = 158+191+148=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF94 is #61406B. Grayscale: #B0B0B0. Windows color (decimal): -6373484 or 9748382. OLE color: 9748382.

HSL color Cylindrical-coordinate representation of color #9EBF94: hue angle of 106.05º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBF94 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB158191148-
CMYK0.1700.230.25
HSL106.05º25.15%66.47%-
HSV(B)106.05º22.51%74.9%-
XYZ38.0846.6735.02-
YUV176.23112.07115-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=31.79%
G=38.43%
B=29.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911480.1700.230.25106.0525.1566.47
Hex9EBF9411017196a1942
Octal236277224210273115231102
Binary10011110101111111001010010001010111110011101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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