#9FB197

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

Shades of Spring Rain #9FB197

Tints of Spring Rain #9FB197

Color information

#9FB197 (or 0x9FB197) is unknown color: approx Spring Rain. HEX triplet: 9F, B1 and 97. RGB value is (159,177,151). Sum of RGB (Red+Green+Blue) = 159+177+151=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB197 is #604E68. Grayscale: #A8A8A8. Windows color (decimal): -6311529 or 9941407. OLE color: 9941407.

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

Color convert

RGB159177151-
CMYK0.1000.150.31
HSL101.54º14.29%64.31%-
HSV(B)101.54º14.69%69.41%-
XYZ35.6141.0535.32-
YUV168.65118.04121.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=32.65%
G=36.34%
B=31.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771510.1000.150.31101.5414.2964.31
Hex9FB197A0F1F66e40
Octal237261227120173714616100
Binary10011111101100011001011110100111111111110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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