#9FB59C

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

Shades of Spring Rain #9FB59C

Tints of Spring Rain #9FB59C

Color information

#9FB59C (or 0x9FB59C) is unknown color: approx Spring Rain. HEX triplet: 9F, B5 and 9C. RGB value is (159,181,156). Sum of RGB (Red+Green+Blue) = 159+181+156=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB59C is #604A63. Grayscale: #ABABAB. Windows color (decimal): -6310500 or 10270111. OLE color: 10270111.

HSL color Cylindrical-coordinate representation of color #9FB59C: hue angle of 112.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FB59C is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB159181156-
CMYK0.1200.140.29
HSL112.8º14.45%66.08%-
HSV(B)112.8º13.81%70.98%-
XYZ36.8242.8237.78-
YUV171.57119.21119.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=32.06%
G=36.49%
B=31.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811560.1200.140.29112.814.4566.08
Hex9FB59CC0E1D71e42
Octal237265234140163516116102
Binary10011111101101011001110011000111011101111000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,181,156); }

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

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

 a { background-color: rgb(159,181,156); }

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

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

 span { border-color: rgb(159,181,156); }

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