#9FB499

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

Shades of Spring Rain #9FB499

Tints of Spring Rain #9FB499

Color information

#9FB499 (or 0x9FB499) is unknown color: approx Spring Rain. HEX triplet: 9F, B4 and 99. RGB value is (159,180,153). Sum of RGB (Red+Green+Blue) = 159+180+153=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB499 is #604B66. Grayscale: #AAAAAA. Windows color (decimal): -6310759 or 10073247. OLE color: 10073247.

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

Color convert

RGB159180153-
CMYK0.1200.150.29
HSL106.67º15.25%65.29%-
HSV(B)106.67º15%70.59%-
XYZ36.3742.3136.39-
YUV170.64118.04119.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=32.32%
G=36.59%
B=31.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801530.1200.150.29106.6715.2565.29
Hex9FB499C0F1D6bf41
Octal237264231140173515317101
Binary10011111101101001001100111000111111101110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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