#9FB699

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

Shades of Spring Rain #9FB699

Tints of Spring Rain #9FB699

Color information

#9FB699 (or 0x9FB699) is unknown color: approx Spring Rain. HEX triplet: 9F, B6 and 99. RGB value is (159,182,153). Sum of RGB (Red+Green+Blue) = 159+182+153=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB699 is #604966. Grayscale: #ABABAB. Windows color (decimal): -6310247 or 10073759. OLE color: 10073759.

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

Color convert

RGB159182153-
CMYK0.1300.160.29
HSL107.59º16.57%65.69%-
HSV(B)107.59º15.93%71.37%-
XYZ36.7843.1336.52-
YUV171.82117.38118.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.19%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=32.19%
G=36.84%
B=30.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821530.1300.160.29107.5916.5765.69
Hex9FB699D0101D6c1142
Octal237266231150203515421102
Binary1001111110110110100110011101010000111011101100100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,153); }

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

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

 a { background-color: rgb(159,182,153); }

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

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

 span { border-color: rgb(159,182,153); }

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