#9DBE9B

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

Shades of Spring Rain #9DBE9B

Tints of Spring Rain #9DBE9B

Color information

#9DBE9B (or 0x9DBE9B) is unknown color: approx Spring Rain. HEX triplet: 9D, BE and 9B. RGB value is (157,190,155). Sum of RGB (Red+Green+Blue) = 157+190+155=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE9B is #624164. Grayscale: #B0B0B0. Windows color (decimal): -6439269 or 10206877. OLE color: 10206877.

HSL color Cylindrical-coordinate representation of color #9DBE9B: hue angle of 116.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBE9B is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB157190155-
CMYK0.1700.180.25
HSL116.57º21.21%67.65%-
HSV(B)116.57º18.42%74.51%-
XYZ38.2346.3637.94-
YUV176.14116.07114.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=31.27%
G=37.85%
B=30.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901550.1700.180.25116.5721.2167.65
Hex9DBE9B1101219751544
Octal235276233210223116525104
Binary10011101101111101001101110001010010110011110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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