#9DB295

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

Shades of Spring Rain #9DB295

Tints of Spring Rain #9DB295

Color information

#9DB295 (or 0x9DB295) is unknown color: approx Spring Rain. HEX triplet: 9D, B2 and 95. RGB value is (157,178,149). Sum of RGB (Red+Green+Blue) = 157+178+149=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB295 is #624D6A. Grayscale: #A8A8A8. Windows color (decimal): -6442347 or 9810589. OLE color: 9810589.

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

Color convert

RGB157178149-
CMYK0.1200.160.30
HSL103.45º15.85%64.12%-
HSV(B)103.45º16.29%69.8%-
XYZ35.2541.1834.52-
YUV168.41117.04119.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=32.44%
G=36.78%
B=30.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781490.1200.160.30103.4515.8564.12
Hex9DB295C0101E671040
Octal235262225140203614720100
Binary1001110110110010100101011100010000111101100111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,178,149); }

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

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

 a { background-color: rgb(157,178,149); }

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

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

 span { border-color: rgb(157,178,149); }

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