#9DBC96

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

Shades of Spring Rain #9DBC96

Tints of Spring Rain #9DBC96

Color information

#9DBC96 (or 0x9DBC96) is unknown color: approx Spring Rain. HEX triplet: 9D, BC and 96. RGB value is (157,188,150). Sum of RGB (Red+Green+Blue) = 157+188+150=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBC96 is #624369. Grayscale: #AEAEAE. Windows color (decimal): -6439786 or 9878685. OLE color: 9878685.

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

Color convert

RGB157188150-
CMYK0.1600.200.26
HSL108.95º22.09%66.27%-
HSV(B)108.95º20.21%73.73%-
XYZ37.3945.3435.63-
YUV174.4114.23115.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=31.72%
G=37.98%
B=30.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881500.1600.200.26108.9522.0966.27
Hex9DBC96100141A6d1642
Octal235274226200243215526102
Binary10011101101111001001011010000010100110101101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,188,150); }

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

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

 a { background-color: rgb(157,188,150); }

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

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

 span { border-color: rgb(157,188,150); }

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