#9FBC91

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

Shades of Spring Rain #9FBC91

Tints of Spring Rain #9FBC91

Color information

#9FBC91 (or 0x9FBC91) is unknown color: approx Spring Rain. HEX triplet: 9F, BC and 91. RGB value is (159,188,145). Sum of RGB (Red+Green+Blue) = 159+188+145=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC91 is #60436E. Grayscale: #AEAEAE. Windows color (decimal): -6308719 or 9551007. OLE color: 9551007.

HSL color Cylindrical-coordinate representation of color #9FBC91: hue angle of 100.47º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FBC91 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB159188145-
CMYK0.1500.230.26
HSL100.47º24.29%65.29%-
HSV(B)100.47º22.87%73.73%-
XYZ37.3945.3833.58-
YUV174.43111.39117-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=32.32%
G=38.21%
B=29.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881450.1500.230.26100.4724.2965.29
Hex9FBC91F0171A641841
Octal237274221170273214430101
Binary1001111110111100100100011111010111110101100100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,145); }

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

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

 a { background-color: rgb(159,188,145); }

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

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

 span { border-color: rgb(159,188,145); }

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