#9DB393

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

Shades of Spring Rain #9DB393

Tints of Spring Rain #9DB393

Color information

#9DB393 (or 0x9DB393) is unknown color: approx Spring Rain. HEX triplet: 9D, B3 and 93. RGB value is (157,179,147). Sum of RGB (Red+Green+Blue) = 157+179+147=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB393 is #624C6C. Grayscale: #A8A8A8. Windows color (decimal): -6442093 or 9679773. OLE color: 9679773.

HSL color Cylindrical-coordinate representation of color #9DB393: hue angle of 101.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DB393 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB157179147-
CMYK0.1200.180.30
HSL101.25º17.39%63.92%-
HSV(B)101.25º17.88%70.2%-
XYZ35.2941.5133.76-
YUV168.77115.71119.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=32.51%
G=37.06%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571791470.1200.180.30101.2517.3963.92
Hex9DB393C0121E651140
Octal235263223140223614521100
Binary1001110110110011100100111100010010111101100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,179,147); }

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

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

 a { background-color: rgb(157,179,147); }

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

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

 span { border-color: rgb(157,179,147); }

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