#9FBD9B

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

Shades of Spring Rain #9FBD9B

Tints of Spring Rain #9FBD9B

Color information

#9FBD9B (or 0x9FBD9B) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and 9B. RGB value is (159,189,155). Sum of RGB (Red+Green+Blue) = 159+189+155=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD9B is #604264. Grayscale: #B0B0B0. Windows color (decimal): -6308453 or 10206623. OLE color: 10206623.

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

Color convert

RGB159189155-
CMYK0.1600.180.26
HSL112.94º20.48%67.45%-
HSV(B)112.94º17.99%74.12%-
XYZ38.4146.1337.89-
YUV176.15116.06115.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=31.61%
G=37.57%
B=30.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891550.1600.180.26112.9420.4867.45
Hex9FBD9B100121A711443
Octal237275233200223216124103
Binary10011111101111011001101110000010010110101110001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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