#9DB492

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

Shades of Spring Rain #9DB492

Tints of Spring Rain #9DB492

Color information

#9DB492 (or 0x9DB492) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 92. RGB value is (157,180,146). Sum of RGB (Red+Green+Blue) = 157+180+146=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB492 is #624B6D. Grayscale: #A9A9A9. Windows color (decimal): -6441838 or 9614493. OLE color: 9614493.

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

Color convert

RGB157180146-
CMYK0.1300.190.29
HSL100.59º18.48%63.92%-
HSV(B)100.59º18.89%70.59%-
XYZ35.4141.8933.41-
YUV169.25114.88119.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=32.51%
G=37.27%
B=30.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801460.1300.190.29100.5918.4863.92
Hex9DB492D0131D651240
Octal235264222150233514522100
Binary1001110110110100100100101101010011111011100101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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