#9DBD9B

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

Shades of Spring Rain #9DBD9B

Tints of Spring Rain #9DBD9B

Color information

#9DBD9B (or 0x9DBD9B) is unknown color: approx Spring Rain. HEX triplet: 9D, BD and 9B. RGB value is (157,189,155). Sum of RGB (Red+Green+Blue) = 157+189+155=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD9B is #624264. Grayscale: #AFAFAF. Windows color (decimal): -6439525 or 10206621. OLE color: 10206621.

HSL color Cylindrical-coordinate representation of color #9DBD9B: hue angle of 116.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBD9B is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB157189155-
CMYK0.1700.180.26
HSL116.47º20.48%67.45%-
HSV(B)116.47º17.99%74.12%-
XYZ38.0245.9337.87-
YUV175.56116.4114.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=31.34%
G=37.72%
B=30.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891550.1700.180.26116.4720.4867.45
Hex9DBD9B110121A741443
Octal235275233210223216424103
Binary10011101101111011001101110001010010110101110100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,189,155); }

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

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

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

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

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

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

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