#9DB499

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

Shades of Spring Rain #9DB499

Tints of Spring Rain #9DB499

Color information

#9DB499 (or 0x9DB499) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 99. RGB value is (157,180,153). Sum of RGB (Red+Green+Blue) = 157+180+153=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB499 is #624B66. Grayscale: #AAAAAA. Windows color (decimal): -6441831 or 10073245. OLE color: 10073245.

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

Color convert

RGB157180153-
CMYK0.1300.150.29
HSL111.11º15.25%65.29%-
HSV(B)111.11º15%70.59%-
XYZ35.9842.1136.37-
YUV170.04118.38118.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.04%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=32.04%
G=36.73%
B=31.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801530.1300.150.29111.1115.2565.29
Hex9DB499D0F1D6ff41
Octal235264231150173515717101
Binary10011101101101001001100111010111111101110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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