#9DB992

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

Shades of Spring Rain #9DB992

Tints of Spring Rain #9DB992

Color information

#9DB992 (or 0x9DB992) is unknown color: approx Spring Rain. HEX triplet: 9D, B9 and 92. RGB value is (157,185,146). Sum of RGB (Red+Green+Blue) = 157+185+146=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB992 is #62466D. Grayscale: #ACACAC. Windows color (decimal): -6440558 or 9615773. OLE color: 9615773.

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

Color convert

RGB157185146-
CMYK0.1500.210.27
HSL103.08º21.79%64.9%-
HSV(B)103.08º21.08%72.55%-
XYZ36.4443.9433.75-
YUV172.18113.22117.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=32.17%
G=37.91%
B=29.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851460.1500.210.27103.0821.7964.9
Hex9DB992F0151B671641
Octal235271222170253314726101
Binary1001110110111001100100101111010101110111100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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