#9CB45B

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

Shades of Green Smoke #9CB45B

Tints of Green Smoke #9CB45B

Color information

#9CB45B (or 0x9CB45B) is unknown color: approx Green Smoke. HEX triplet: 9C, B4 and 5B. RGB value is (156,180,91). Sum of RGB (Red+Green+Blue) = 156+180+91=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB45B is #634BA4. Grayscale: #A3A3A3. Windows color (decimal): -6507429 or 6010012. OLE color: 6010012.

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

Color convert

RGB15618091-
CMYK0.1300.490.29
HSL76.18º37.24%53.14%-
HSV(B)76.18º49.44%70.59%-
XYZ31.9240.4716.03-
YUV162.6887.55123.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.53%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=36.53%
G=42.15%
B=21.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156180910.1300.490.2976.1837.2453.14
Hex9CB45BD0311D4c2535
Octal23426413315061351144565
Binary1001110010110100101101111010110001111011001100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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