#9CB394

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

Shades of Spring Rain #9CB394

Tints of Spring Rain #9CB394

Color information

#9CB394 (or 0x9CB394) is unknown color: approx Spring Rain. HEX triplet: 9C, B3 and 94. RGB value is (156,179,148). Sum of RGB (Red+Green+Blue) = 156+179+148=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB394 is #634C6B. Grayscale: #A8A8A8. Windows color (decimal): -6507628 or 9745308. OLE color: 9745308.

HSL color Cylindrical-coordinate representation of color #9CB394: hue angle of 104.52º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB394 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB156179148-
CMYK0.1300.170.30
HSL104.52º16.94%64.12%-
HSV(B)104.52º17.32%70.2%-
XYZ35.1841.4534.16-
YUV168.59116.38119.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.30%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=32.30%
G=37.06%
B=30.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561791480.1300.170.30104.5216.9464.12
Hex9CB394D0111E691140
Octal234263224150213615121100
Binary1001110010110011100101001101010001111101101001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,179,148); }

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

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

 a { background-color: rgb(156,179,148); }

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

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

 span { border-color: rgb(156,179,148); }

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