#9CB496

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

Shades of Spring Rain #9CB496

Tints of Spring Rain #9CB496

Color information

#9CB496 (or 0x9CB496) is unknown color: approx Spring Rain. HEX triplet: 9C, B4 and 96. RGB value is (156,180,150). Sum of RGB (Red+Green+Blue) = 156+180+150=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB496 is #634B69. Grayscale: #A9A9A9. Windows color (decimal): -6507370 or 9876636. OLE color: 9876636.

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

Color convert

RGB156180150-
CMYK0.1300.170.29
HSL108º16.67%64.71%-
HSV(B)108º16.67%70.59%-
XYZ35.5441.9135.07-
YUV169.4117.05118.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=32.10%
G=37.04%
B=30.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801500.1300.170.2910816.6764.71
Hex9CB496D0111D6c1141
Octal234264226150213515421101
Binary1001110010110100100101101101010001111011101100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,150); }

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

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

 a { background-color: rgb(156,180,150); }

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

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

 span { border-color: rgb(156,180,150); }

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