#9FB99D

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

Shades of Spring Rain #9FB99D

Tints of Spring Rain #9FB99D

Color information

#9FB99D (or 0x9FB99D) is unknown color: approx Spring Rain. HEX triplet: 9F, B9 and 9D. RGB value is (159,185,157). Sum of RGB (Red+Green+Blue) = 159+185+157=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB99D is #604662. Grayscale: #AEAEAE. Windows color (decimal): -6309475 or 10336671. OLE color: 10336671.

HSL color Cylindrical-coordinate representation of color #9FB99D: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB99D is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB159185157-
CMYK0.1400.150.27
HSL115.71º16.67%67.06%-
HSV(B)115.71º15.14%72.55%-
XYZ37.7344.538.5-
YUV174.03118.39117.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=31.74%
G=36.93%
B=31.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591851570.1400.150.27115.7116.6767.06
Hex9FB99DE0F1B741143
Octal237271235160173316421103
Binary100111111011100110011101111001111110111110100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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