#9DBF94

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

Shades of Spring Rain #9DBF94

Tints of Spring Rain #9DBF94

Color information

#9DBF94 (or 0x9DBF94) is unknown color: approx Spring Rain. HEX triplet: 9D, BF and 94. RGB value is (157,191,148). Sum of RGB (Red+Green+Blue) = 157+191+148=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF94 is #62406B. Grayscale: #B0B0B0. Windows color (decimal): -6439020 or 9748381. OLE color: 9748381.

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

Color convert

RGB157191148-
CMYK0.1800.230.25
HSL107.44º25.15%66.47%-
HSV(B)107.44º22.51%74.9%-
XYZ37.8846.5735.01-
YUV175.93112.24114.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=31.65%
G=38.51%
B=29.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911480.1800.230.25107.4425.1566.47
Hex9DBF9412017196b1942
Octal235277224220273115331102
Binary10011101101111111001010010010010111110011101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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