#9CB595

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

Shades of Spring Rain #9CB595

Tints of Spring Rain #9CB595

Color information

#9CB595 (or 0x9CB595) is unknown color: approx Spring Rain. HEX triplet: 9C, B5 and 95. RGB value is (156,181,149). Sum of RGB (Red+Green+Blue) = 156+181+149=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB595 is #634A6A. Grayscale: #A9A9A9. Windows color (decimal): -6507115 or 9811356. OLE color: 9811356.

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

Color convert

RGB156181149-
CMYK0.1400.180.29
HSL106.87º17.78%64.71%-
HSV(B)106.87º17.68%70.98%-
XYZ35.6642.2934.72-
YUV169.88116.22118.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=32.10%
G=37.24%
B=30.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811490.1400.180.29106.8717.7864.71
Hex9CB595E0121D6b1241
Octal234265225160223515322101
Binary1001110010110101100101011110010010111011101011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,181,149); }

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

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

 a { background-color: rgb(156,181,149); }

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

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

 span { border-color: rgb(156,181,149); }

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