#9DB99A

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

Shades of Spring Rain #9DB99A

Tints of Spring Rain #9DB99A

Color information

#9DB99A (or 0x9DB99A) is unknown color: approx Spring Rain. HEX triplet: 9D, B9 and 9A. RGB value is (157,185,154). Sum of RGB (Red+Green+Blue) = 157+185+154=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB99A is #624665. Grayscale: #ADADAD. Windows color (decimal): -6440550 or 10140061. OLE color: 10140061.

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

Color convert

RGB157185154-
CMYK0.1500.170.27
HSL114.19º18.13%66.47%-
HSV(B)114.19º16.76%72.55%-
XYZ37.0944.237.15-
YUV173.09117.22116.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=31.65%
G=37.30%
B=31.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851540.1500.170.27114.1918.1366.47
Hex9DB99AF0111B721242
Octal235271232170213316222102
Binary1001110110111001100110101111010001110111110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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