#9EBF93

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

Shades of Spring Rain #9EBF93

Tints of Spring Rain #9EBF93

Color information

#9EBF93 (or 0x9EBF93) is unknown color: approx Spring Rain. HEX triplet: 9E, BF and 93. RGB value is (158,191,147). Sum of RGB (Red+Green+Blue) = 158+191+147=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF93 is #61406C. Grayscale: #B0B0B0. Windows color (decimal): -6373485 or 9682846. OLE color: 9682846.

HSL color Cylindrical-coordinate representation of color #9EBF93: hue angle of 105º degrees, saturation: 0.26, 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 #9EBF93 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB158191147-
CMYK0.1700.230.25
HSL105º25.58%66.27%-
HSV(B)105º23.04%74.9%-
XYZ3846.6434.6-
YUV176.12111.57115.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=31.85%
G=38.51%
B=29.64%

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
Decimal1581911470.1700.230.2510525.5866.27
Hex9EBF931101719691a42
Octal236277223210273115132102
Binary10011110101111111001001110001010111110011101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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