#9CBD93

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

Shades of Spring Rain #9CBD93

Tints of Spring Rain #9CBD93

Color information

#9CBD93 (or 0x9CBD93) is unknown color: approx Spring Rain. HEX triplet: 9C, BD and 93. RGB value is (156,189,147). Sum of RGB (Red+Green+Blue) = 156+189+147=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD93 is #63426C. Grayscale: #AEAEAE. Windows color (decimal): -6505069 or 9682332. OLE color: 9682332.

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

Color convert

RGB156189147-
CMYK0.1700.220.26
HSL107.14º24.14%65.88%-
HSV(B)107.14º22.22%74.12%-
XYZ37.1745.5734.44-
YUV174.34112.57114.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=31.71%
G=38.41%
B=29.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891470.1700.220.26107.1424.1465.88
Hex9CBD93110161A6b1842
Octal234275223210263215330102
Binary10011100101111011001001110001010110110101101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,147); }

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

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

 a { background-color: rgb(156,189,147); }

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

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

 span { border-color: rgb(156,189,147); }

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