#9DB49B

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

Shades of Spring Rain #9DB49B

Tints of Spring Rain #9DB49B

Color information

#9DB49B (or 0x9DB49B) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 9B. RGB value is (157,180,155). Sum of RGB (Red+Green+Blue) = 157+180+155=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB49B is #624B64. Grayscale: #AAAAAA. Windows color (decimal): -6441829 or 10204317. OLE color: 10204317.

HSL color Cylindrical-coordinate representation of color #9DB49B: hue angle of 115.2º 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 #9DB49B is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB157180155-
CMYK0.1300.140.29
HSL115.2º14.29%65.69%-
HSV(B)115.2º13.89%70.59%-
XYZ36.1442.1837.25-
YUV170.27119.38118.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=31.91%
G=36.59%
B=31.50%

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
Decimal1571801550.1300.140.29115.214.2965.69
Hex9DB49BD0E1D73e42
Octal235264233150163516316102
Binary10011101101101001001101111010111011101111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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