#9DB99D

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

Shades of Spring Rain #9DB99D

Tints of Spring Rain #9DB99D

Color information

#9DB99D (or 0x9DB99D) is unknown color: approx Spring Rain. HEX triplet: 9D, B9 and 9D. RGB value is (157,185,157). Sum of RGB (Red+Green+Blue) = 157+185+157=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB99D is #624662. Grayscale: #ADADAD. Windows color (decimal): -6440547 or 10336669. OLE color: 10336669.

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

Color convert

RGB157185157-
CMYK0.1500.150.27
HSL120º16.67%67.06%-
HSV(B)120º15.14%72.55%-
XYZ37.3444.338.48-
YUV173.44118.72116.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=31.46%
G=37.07%
B=31.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851570.1500.150.2712016.6767.06
Hex9DB99DF0F1B781143
Octal235271235170173317021103
Binary100111011011100110011101111101111110111111000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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