#9DB493

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

Shades of Spring Rain #9DB493

Tints of Spring Rain #9DB493

Color information

#9DB493 (or 0x9DB493) is unknown color: approx Spring Rain. HEX triplet: 9D, B4 and 93. RGB value is (157,180,147). Sum of RGB (Red+Green+Blue) = 157+180+147=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB493 is #624B6C. Grayscale: #A9A9A9. Windows color (decimal): -6441837 or 9680029. OLE color: 9680029.

HSL color Cylindrical-coordinate representation of color #9DB493: hue angle of 101.82º 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 #9DB493 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB157180147-
CMYK0.1300.180.29
HSL101.82º18.03%64.12%-
HSV(B)101.82º18.33%70.59%-
XYZ35.4941.9233.82-
YUV169.36115.38119.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=32.44%
G=37.19%
B=30.37%

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
Decimal1571801470.1300.180.29101.8218.0364.12
Hex9DB493D0121D661240
Octal235264223150223514622100
Binary1001110110110100100100111101010010111011100110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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