#9DBE94

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

Shades of Spring Rain #9DBE94

Tints of Spring Rain #9DBE94

Color information

#9DBE94 (or 0x9DBE94) is unknown color: approx Spring Rain. HEX triplet: 9D, BE and 94. RGB value is (157,190,148). Sum of RGB (Red+Green+Blue) = 157+190+148=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE94 is #62416B. Grayscale: #AFAFAF. Windows color (decimal): -6439276 or 9748125. OLE color: 9748125.

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

Color convert

RGB157190148-
CMYK0.1700.220.25
HSL107.14º24.42%66.27%-
HSV(B)107.14º22.11%74.51%-
XYZ37.6646.1334.94-
YUV175.34112.57114.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=31.72%
G=38.38%
B=29.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901480.1700.220.25107.1424.4266.27
Hex9DBE9411016196b1842
Octal235276224210263115330102
Binary10011101101111101001010010001010110110011101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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