#9DBF95

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

Shades of Spring Rain #9DBF95

Tints of Spring Rain #9DBF95

Color information

#9DBF95 (or 0x9DBF95) is unknown color: approx Spring Rain. HEX triplet: 9D, BF and 95. RGB value is (157,191,149). Sum of RGB (Red+Green+Blue) = 157+191+149=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF95 is #62406A. Grayscale: #B0B0B0. Windows color (decimal): -6439019 or 9813917. OLE color: 9813917.

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

Color convert

RGB157191149-
CMYK0.1800.220.25
HSL108.57º24.71%66.67%-
HSV(B)108.57º21.99%74.9%-
XYZ37.9646.635.43-
YUV176.05112.74114.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=31.59%
G=38.43%
B=29.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911490.1800.220.25108.5724.7166.67
Hex9DBF9512016196d1943
Octal235277225220263115531103
Binary10011101101111111001010110010010110110011101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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