#9DBA95

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

Shades of Spring Rain #9DBA95

Tints of Spring Rain #9DBA95

Color information

#9DBA95 (or 0x9DBA95) is unknown color: approx Spring Rain. HEX triplet: 9D, BA and 95. RGB value is (157,186,149). Sum of RGB (Red+Green+Blue) = 157+186+149=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA95 is #62456A. Grayscale: #ADADAD. Windows color (decimal): -6440299 or 9812637. OLE color: 9812637.

HSL color Cylindrical-coordinate representation of color #9DBA95: hue angle of 107.03º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DBA95 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB157186149-
CMYK0.1600.200.27
HSL107.03º21.14%65.69%-
HSV(B)107.03º19.89%72.94%-
XYZ36.8944.4635.07-
YUV173.11114.39116.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=31.91%
G=37.80%
B=30.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861490.1600.200.27107.0321.1465.69
Hex9DBA95100141B6b1542
Octal235272225200243315325102
Binary10011101101110101001010110000010100110111101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,149); }

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

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

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

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

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

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

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