#9DB497

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

Shades of Spring Rain #9DB497

Tints of Spring Rain #9DB497

Color information

#9DB497 (or 0x9DB497) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 97. RGB value is (157,180,151). Sum of RGB (Red+Green+Blue) = 157+180+151=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB497 is #624B68. Grayscale: #A9A9A9. Windows color (decimal): -6441833 or 9942173. OLE color: 9942173.

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

Color convert

RGB157180151-
CMYK0.1300.160.29
HSL107.59º16.2%64.9%-
HSV(B)107.59º16.11%70.59%-
XYZ35.8142.0435.51-
YUV169.82117.38118.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=32.17%
G=36.89%
B=30.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801510.1300.160.29107.5916.264.9
Hex9DB497D0101D6c1041
Octal235264227150203515420101
Binary1001110110110100100101111101010000111011101100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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