#9DB594

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

Shades of Spring Rain #9DB594

Tints of Spring Rain #9DB594

Color information

#9DB594 (or 0x9DB594) is unknown color: approx Spring Rain. HEX triplet: 9D, B5 and 94. RGB value is (157,181,148). Sum of RGB (Red+Green+Blue) = 157+181+148=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB594 is #624A6B. Grayscale: #AAAAAA. Windows color (decimal): -6441580 or 9745821. OLE color: 9745821.

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

Color convert

RGB157181148-
CMYK0.1300.180.29
HSL103.64º18.23%64.51%-
HSV(B)103.64º18.23%70.98%-
XYZ35.7742.3534.31-
YUV170.06115.55118.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=32.30%
G=37.24%
B=30.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571811480.1300.180.29103.6418.2364.51
Hex9DB594D0121D681241
Octal235265224150223515022101
Binary1001110110110101100101001101010010111011101000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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