#9DBB9D

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

Shades of Spring Rain #9DBB9D

Tints of Spring Rain #9DBB9D

Color information

#9DBB9D (or 0x9DBB9D) is unknown color: approx Spring Rain. HEX triplet: 9D, BB and 9D. RGB value is (157,187,157). Sum of RGB (Red+Green+Blue) = 157+187+157=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB9D is #624462. Grayscale: #AEAEAE. Windows color (decimal): -6440035 or 10337181. OLE color: 10337181.

HSL color Cylindrical-coordinate representation of color #9DBB9D: hue angle of 120º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBB9D is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB157187157-
CMYK0.1600.160.27
HSL120º18.07%67.45%-
HSV(B)120º16.04%73.33%-
XYZ37.7645.1438.62-
YUV174.61118.06115.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=31.34%
G=37.33%
B=31.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571871570.1600.160.2712018.0767.45
Hex9DBB9D100101B781243
Octal235273235200203317022103
Binary10011101101110111001110110000010000110111111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,187,157); }

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

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

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

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

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

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

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