#9CBA95

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

Shades of Spring Rain #9CBA95

Tints of Spring Rain #9CBA95

Color information

#9CBA95 (or 0x9CBA95) is unknown color: approx Spring Rain. HEX triplet: 9C, BA and 95. RGB value is (156,186,149). Sum of RGB (Red+Green+Blue) = 156+186+149=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA95 is #63456A. Grayscale: #ACACAC. Windows color (decimal): -6505835 or 9812636. OLE color: 9812636.

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

Color convert

RGB156186149-
CMYK0.1600.200.27
HSL108.65º21.14%65.69%-
HSV(B)108.65º19.89%72.94%-
XYZ36.6944.3635.06-
YUV172.81114.56116.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=31.77%
G=37.88%
B=30.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861490.1600.200.27108.6521.1465.69
Hex9CBA95100141B6d1542
Octal234272225200243315525102
Binary10011100101110101001010110000010100110111101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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