#9EBF92

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

Shades of Spring Rain #9EBF92

Tints of Spring Rain #9EBF92

Color information

#9EBF92 (or 0x9EBF92) is unknown color: approx Spring Rain. HEX triplet: 9E, BF and 92. RGB value is (158,191,146). Sum of RGB (Red+Green+Blue) = 158+191+146=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF92 is #61406D. Grayscale: #B0B0B0. Windows color (decimal): -6373486 or 9617310. OLE color: 9617310.

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

Color convert

RGB158191146-
CMYK0.1700.240.25
HSL104º26.01%66.08%-
HSV(B)104º23.56%74.9%-
XYZ37.9246.6134.19-
YUV176111.07115.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=31.92%
G=38.59%
B=29.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911460.1700.240.2510426.0166.08
Hex9EBF921101819681a42
Octal236277222210303115032102
Binary10011110101111111001001010001011000110011101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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