#9DB59C

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

Shades of Spring Rain #9DB59C

Tints of Spring Rain #9DB59C

Color information

#9DB59C (or 0x9DB59C) is unknown color: approx Spring Rain. HEX triplet: 9D, B5 and 9C. RGB value is (157,181,156). Sum of RGB (Red+Green+Blue) = 157+181+156=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB59C is #624A63. Grayscale: #ABABAB. Windows color (decimal): -6441572 or 10270109. OLE color: 10270109.

HSL color Cylindrical-coordinate representation of color #9DB59C: hue angle of 117.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB59C is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB157181156-
CMYK0.1300.140.29
HSL117.6º14.45%66.08%-
HSV(B)117.6º13.81%70.98%-
XYZ36.4342.6237.76-
YUV170.97119.55118.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=31.78%
G=36.64%
B=31.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571811560.1300.140.29117.614.4566.08
Hex9DB59CD0E1D76e42
Octal235265234150163516616102
Binary10011101101101011001110011010111011101111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,156); }

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

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

 a { background-color: rgb(157,181,156); }

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

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

 span { border-color: rgb(157,181,156); }

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