#9FBD9D

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

Shades of Spring Rain #9FBD9D

Tints of Spring Rain #9FBD9D

Color information

#9FBD9D (or 0x9FBD9D) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and 9D. RGB value is (159,189,157). Sum of RGB (Red+Green+Blue) = 159+189+157=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD9D is #604262. Grayscale: #B0B0B0. Windows color (decimal): -6308451 or 10337695. OLE color: 10337695.

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

Color convert

RGB159189157-
CMYK0.1600.170.26
HSL116.25º19.51%67.84%-
HSV(B)116.25º16.93%74.12%-
XYZ38.5846.238.78-
YUV176.38117.06115.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=31.49%
G=37.43%
B=31.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891570.1600.170.26116.2519.5167.84
Hex9FBD9D100111A741444
Octal237275235200213216424104
Binary10011111101111011001110110000010001110101110100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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