#9DBF8D

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

Shades of Spring Rain #9DBF8D

Tints of Spring Rain #9DBF8D

Color information

#9DBF8D (or 0x9DBF8D) is unknown color: approx Spring Rain. HEX triplet: 9D, BF and 8D. RGB value is (157,191,141). Sum of RGB (Red+Green+Blue) = 157+191+141=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF8D is #624072. Grayscale: #AFAFAF. Windows color (decimal): -6439027 or 9289629. OLE color: 9289629.

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

Color convert

RGB157191141-
CMYK0.1800.260.25
HSL100.8º28.09%65.1%-
HSV(B)100.8º26.18%74.9%-
XYZ37.3446.3532.18-
YUV175.13108.74115.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=32.11%
G=39.06%
B=28.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911410.1800.260.25100.828.0965.1
Hex9DBF8D1201A19651c41
Octal235277215220323114534101
Binary10011101101111111000110110010011010110011100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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