#9FBC9D

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

Shades of Spring Rain #9FBC9D

Tints of Spring Rain #9FBC9D

Color information

#9FBC9D (or 0x9FBC9D) is unknown color: approx Spring Rain. HEX triplet: 9F, BC and 9D. RGB value is (159,188,157). Sum of RGB (Red+Green+Blue) = 159+188+157=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9D is #604362. Grayscale: #AFAFAF. Windows color (decimal): -6308707 or 10337439. OLE color: 10337439.

HSL color Cylindrical-coordinate representation of color #9FBC9D: hue angle of 116.13º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBC9D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB159188157-
CMYK0.1500.160.26
HSL116.13º18.79%67.65%-
HSV(B)116.13º16.49%73.73%-
XYZ38.3745.7738.71-
YUV175.8117.39116.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=31.55%
G=37.30%
B=31.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881570.1500.160.26116.1318.7967.65
Hex9FBC9DF0101A741344
Octal237274235170203216423104
Binary1001111110111100100111011111010000110101110100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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