#9DB49C

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

Shades of Spring Rain #9DB49C

Tints of Spring Rain #9DB49C

Color information

#9DB49C (or 0x9DB49C) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 9C. RGB value is (157,180,156). Sum of RGB (Red+Green+Blue) = 157+180+156=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB49C is #624B63. Grayscale: #AAAAAA. Windows color (decimal): -6441828 or 10269853. OLE color: 10269853.

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

Color convert

RGB157180156-
CMYK0.1300.130.29
HSL117.5º13.79%65.88%-
HSV(B)117.5º13.33%70.59%-
XYZ36.2342.2137.69-
YUV170.39119.88118.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=31.85%
G=36.51%
B=31.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801560.1300.130.29117.513.7965.88
Hex9DB49CD0D1D75e42
Octal235264234150153516516102
Binary10011101101101001001110011010110111101111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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