#9CBA5B

Color #9CBA5B Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9CBA5B

Tints of Green Smoke #9CBA5B

Color information

#9CBA5B (or 0x9CBA5B) is unknown color: approx Green Smoke. HEX triplet: 9C, BA and 5B. RGB value is (156,186,91). Sum of RGB (Red+Green+Blue) = 156+186+91=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA5B is #6345A4. Grayscale: #A6A6A6. Windows color (decimal): -6505893 or 6011548. OLE color: 6011548.

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

Color convert

RGB15618691-
CMYK0.1600.510.27
HSL78.95º40.77%54.31%-
HSV(B)78.95º51.08%72.94%-
XYZ33.1642.9416.44-
YUV166.285.56120.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=36.03%
G=42.96%
B=21.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156186910.1600.510.2778.9540.7754.31
Hex9CBA5B100331B4f2936
Octal23427213320063331175166
Binary10011100101110101011011100000110011110111001111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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