#9FBF9D

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

Shades of Spring Rain #9FBF9D

Tints of Spring Rain #9FBF9D

Color information

#9FBF9D (or 0x9FBF9D) is unknown color: approx Spring Rain. HEX triplet: 9F, BF and 9D. RGB value is (159,191,157). Sum of RGB (Red+Green+Blue) = 159+191+157=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF9D is #604062. Grayscale: #B1B1B1. Windows color (decimal): -6307939 or 10338207. OLE color: 10338207.

HSL color Cylindrical-coordinate representation of color #9FBF9D: hue angle of 116.47º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FBF9D is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB159191157-
CMYK0.1700.180.25
HSL116.47º20.99%68.24%-
HSV(B)116.47º17.8%74.9%-
XYZ39.0147.0738.93-
YUV177.56116.4114.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=31.36%
G=37.67%
B=30.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911570.1700.180.25116.4720.9968.24
Hex9FBF9D1101219741544
Octal237277235210223116425104
Binary10011111101111111001110110001010010110011110100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,157); }

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

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

 a { background-color: rgb(159,191,157); }

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

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

 span { border-color: rgb(159,191,157); }

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