#9FB49C

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

Shades of Spring Rain #9FB49C

Tints of Spring Rain #9FB49C

Color information

#9FB49C (or 0x9FB49C) is unknown color: approx Spring Rain. HEX triplet: 9F, B4 and 9C. RGB value is (159,180,156). Sum of RGB (Red+Green+Blue) = 159+180+156=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB49C is #604B63. Grayscale: #ABABAB. Windows color (decimal): -6310756 or 10269855. OLE color: 10269855.

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

Color convert

RGB159180156-
CMYK0.1200.130.29
HSL112.5º13.79%65.88%-
HSV(B)112.5º13.33%70.59%-
XYZ36.6242.4137.71-
YUV170.98119.54119.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=32.12%
G=36.36%
B=31.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801560.1200.130.29112.513.7965.88
Hex9FB49CC0D1D70e42
Octal237264234140153516016102
Binary10011111101101001001110011000110111101111000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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