#9FB496

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

Shades of Spring Rain #9FB496

Tints of Spring Rain #9FB496

Color information

#9FB496 (or 0x9FB496) is unknown color: approx Spring Rain. HEX triplet: 9F, B4 and 96. RGB value is (159,180,150). Sum of RGB (Red+Green+Blue) = 159+180+150=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB496 is #604B69. Grayscale: #AAAAAA. Windows color (decimal): -6310762 or 9876639. OLE color: 9876639.

HSL color Cylindrical-coordinate representation of color #9FB496: hue angle of 102º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FB496 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB159180150-
CMYK0.1200.170.29
HSL102º16.67%64.71%-
HSV(B)102º16.67%70.59%-
XYZ36.1242.2235.1-
YUV170.3116.54119.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=32.52%
G=36.81%
B=30.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801500.1200.170.2910216.6764.71
Hex9FB496C0111D661141
Octal237264226140213514621101
Binary1001111110110100100101101100010001111011100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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