#9FB196

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

Shades of Spring Rain #9FB196

Tints of Spring Rain #9FB196

Color information

#9FB196 (or 0x9FB196) is unknown color: approx Spring Rain. HEX triplet: 9F, B1 and 96. RGB value is (159,177,150). Sum of RGB (Red+Green+Blue) = 159+177+150=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB196 is #604E69. Grayscale: #A8A8A8. Windows color (decimal): -6311530 or 9875871. OLE color: 9875871.

HSL color Cylindrical-coordinate representation of color #9FB196: hue angle of 100º degrees, saturation: 0.15, 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 #9FB196 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB159177150-
CMYK0.1000.150.31
HSL100º14.75%64.12%-
HSV(B)100º15.25%69.41%-
XYZ35.5341.0234.9-
YUV168.54117.54121.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=32.72%
G=36.42%
B=30.86%

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
Decimal1591771500.1000.150.3110014.7564.12
Hex9FB196A0F1F64f40
Octal237261226120173714417100
Binary10011111101100011001011010100111111111110010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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