#9FB19A

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

Shades of Spring Rain #9FB19A

Tints of Spring Rain #9FB19A

Color information

#9FB19A (or 0x9FB19A) is unknown color: approx Spring Rain. HEX triplet: 9F, B1 and 9A. RGB value is (159,177,154). Sum of RGB (Red+Green+Blue) = 159+177+154=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB19A is #604E65. Grayscale: #A9A9A9. Windows color (decimal): -6311526 or 10138015. OLE color: 10138015.

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

Color convert

RGB159177154-
CMYK0.1000.130.31
HSL106.96º12.85%64.9%-
HSV(B)106.96º12.99%69.41%-
XYZ35.8541.1536.62-
YUV169119.54120.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=32.45%
G=36.12%
B=31.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771540.1000.130.31106.9612.8564.9
Hex9FB19AA0D1F6bd41
Octal237261232120153715315101
Binary10011111101100011001101010100110111111110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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