#9FB19E

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

Shades of Spring Rain #9FB19E

Tints of Spring Rain #9FB19E

Color information

#9FB19E (or 0x9FB19E) is unknown color: approx Spring Rain. HEX triplet: 9F, B1 and 9E. RGB value is (159,177,158). Sum of RGB (Red+Green+Blue) = 159+177+158=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB19E is #604E61. Grayscale: #A9A9A9. Windows color (decimal): -6311522 or 10400159. OLE color: 10400159.

HSL color Cylindrical-coordinate representation of color #9FB19E: hue angle of 116.84º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB19E is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB159177158-
CMYK0.1000.110.31
HSL116.84º10.86%65.69%-
HSV(B)116.84º10.73%69.41%-
XYZ36.1941.2838.41-
YUV169.45121.54120.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.19%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=32.19%
G=35.83%
B=31.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771580.1000.110.31116.8410.8665.69
Hex9FB19EA0B1F75b42
Octal237261236120133716513102
Binary10011111101100011001111010100101111111111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,158); }

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

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

 a { background-color: rgb(159,177,158); }

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

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

 span { border-color: rgb(159,177,158); }

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