#9DB494

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

Shades of Spring Rain #9DB494

Tints of Spring Rain #9DB494

Color information

#9DB494 (or 0x9DB494) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 94. RGB value is (157,180,148). Sum of RGB (Red+Green+Blue) = 157+180+148=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB494 is #624B6B. Grayscale: #A9A9A9. Windows color (decimal): -6441836 or 9745565. OLE color: 9745565.

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

Color convert

RGB157180148-
CMYK0.1300.180.29
HSL103.12º17.58%64.31%-
HSV(B)103.12º17.78%70.59%-
XYZ35.5741.9534.24-
YUV169.48115.88119.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=32.37%
G=37.11%
B=30.52%

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
Decimal1571801480.1300.180.29103.1217.5864.31
Hex9DB494D0121D671240
Octal235264224150223514722100
Binary1001110110110100100101001101010010111011100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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