#9FB896

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

Shades of Spring Rain #9FB896

Tints of Spring Rain #9FB896

Color information

#9FB896 (or 0x9FB896) is unknown color: approx Spring Rain. HEX triplet: 9F, B8 and 96. RGB value is (159,184,150). Sum of RGB (Red+Green+Blue) = 159+184+150=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB896 is #604769. Grayscale: #ACACAC. Windows color (decimal): -6309738 or 9877663. OLE color: 9877663.

HSL color Cylindrical-coordinate representation of color #9FB896: hue angle of 104.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FB896 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB159184150-
CMYK0.1400.180.28
HSL104.12º19.32%65.49%-
HSV(B)104.12º18.48%72.16%-
XYZ36.9443.8535.37-
YUV172.65115.22118.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=32.25%
G=37.32%
B=30.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841500.1400.180.28104.1219.3265.49
Hex9FB896E0121C681341
Octal237270226160223415023101
Binary1001111110111000100101101110010010111001101000100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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