#9FB199

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

Shades of Spring Rain #9FB199

Tints of Spring Rain #9FB199

Color information

#9FB199 (or 0x9FB199) is unknown color: approx Spring Rain. HEX triplet: 9F, B1 and 99. RGB value is (159,177,153). Sum of RGB (Red+Green+Blue) = 159+177+153=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB199 is #604E66. Grayscale: #A8A8A8. Windows color (decimal): -6311527 or 10072479. OLE color: 10072479.

HSL color Cylindrical-coordinate representation of color #9FB199: hue angle of 105º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FB199 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB159177153-
CMYK0.1000.140.31
HSL105º13.33%64.71%-
HSV(B)105º13.56%69.41%-
XYZ35.7741.1236.19-
YUV168.88119.04120.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=32.52%
G=36.20%
B=31.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771530.1000.140.3110513.3364.71
Hex9FB199A0E1F69d41
Octal237261231120163715115101
Binary10011111101100011001100110100111011111110100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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