#9DB59B

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

Shades of Spring Rain #9DB59B

Tints of Spring Rain #9DB59B

Color information

#9DB59B (or 0x9DB59B) is unknown color: approx Spring Rain. HEX triplet: 9D, B5 and 9B. RGB value is (157,181,155). Sum of RGB (Red+Green+Blue) = 157+181+155=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB59B is #624A64. Grayscale: #AAAAAA. Windows color (decimal): -6441573 or 10204573. OLE color: 10204573.

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

Color convert

RGB157181155-
CMYK0.1300.140.29
HSL115.38º14.94%65.88%-
HSV(B)115.38º14.36%70.98%-
XYZ36.3442.5837.31-
YUV170.86119.05118.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=31.85%
G=36.71%
B=31.44%

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
Decimal1571811550.1300.140.29115.3814.9465.88
Hex9DB59BD0E1D73f42
Octal235265233150163516317102
Binary10011101101101011001101111010111011101111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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