#9DB394

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

Shades of Spring Rain #9DB394

Tints of Spring Rain #9DB394

Color information

#9DB394 (or 0x9DB394) is unknown color: approx Spring Rain. HEX triplet: 9D, B3 and 94. RGB value is (157,179,148). Sum of RGB (Red+Green+Blue) = 157+179+148=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB394 is #624C6B. Grayscale: #A8A8A8. Windows color (decimal): -6442092 or 9745309. OLE color: 9745309.

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

Color convert

RGB157179148-
CMYK0.1200.170.30
HSL102.58º16.94%64.12%-
HSV(B)102.58º17.32%70.2%-
XYZ35.3741.5534.17-
YUV168.89116.21119.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=32.44%
G=36.98%
B=30.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571791480.1200.170.30102.5816.9464.12
Hex9DB394C0111E671140
Octal235263224140213614721100
Binary1001110110110011100101001100010001111101100111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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