#9FB097

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

Shades of Spring Rain #9FB097

Tints of Spring Rain #9FB097

Color information

#9FB097 (or 0x9FB097) is unknown color: approx Spring Rain. HEX triplet: 9F, B0 and 97. RGB value is (159,176,151). Sum of RGB (Red+Green+Blue) = 159+176+151=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB097 is #604F68. Grayscale: #A8A8A8. Windows color (decimal): -6311785 or 9941151. OLE color: 9941151.

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

Color convert

RGB159176151-
CMYK0.1000.140.31
HSL100.8º13.66%64.12%-
HSV(B)100.8º14.2%69.02%-
XYZ35.4140.6635.26-
YUV168.07118.37121.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=32.72%
G=36.21%
B=31.07%

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
Decimal1591761510.1000.140.31100.813.6664.12
Hex9FB097A0E1F65e40
Octal237260227120163714516100
Binary10011111101100001001011110100111011111110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,151); }

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

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

 a { background-color: rgb(159,176,151); }

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

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

 span { border-color: rgb(159,176,151); }

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