#9CBA9B

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

Shades of Spring Rain #9CBA9B

Tints of Spring Rain #9CBA9B

Color information

#9CBA9B (or 0x9CBA9B) is unknown color: approx Spring Rain. HEX triplet: 9C, BA and 9B. RGB value is (156,186,155). Sum of RGB (Red+Green+Blue) = 156+186+155=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA9B is #634564. Grayscale: #ADADAD. Windows color (decimal): -6505829 or 10205852. OLE color: 10205852.

HSL color Cylindrical-coordinate representation of color #9CBA9B: hue angle of 118.06º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBA9B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB156186155-
CMYK0.1600.170.27
HSL118.06º18.34%66.86%-
HSV(B)118.06º16.67%72.94%-
XYZ37.1944.5537.65-
YUV173.5117.56115.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=31.39%
G=37.42%
B=31.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861550.1600.170.27118.0618.3466.86
Hex9CBA9B100111B761243
Octal234272233200213316622103
Binary10011100101110101001101110000010001110111110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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