#9CB45D

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

Shades of Green Smoke #9CB45D

Tints of Green Smoke #9CB45D

Color information

#9CB45D (or 0x9CB45D) is unknown color: approx Green Smoke. HEX triplet: 9C, B4 and 5D. RGB value is (156,180,93). Sum of RGB (Red+Green+Blue) = 156+180+93=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB45D is #634BA2. Grayscale: #A3A3A3. Windows color (decimal): -6507427 or 6141084. OLE color: 6141084.

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

Color convert

RGB15618093-
CMYK0.1300.480.29
HSL76.55º36.71%53.53%-
HSV(B)76.55º48.33%70.59%-
XYZ32.0140.516.49-
YUV162.9188.55123.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=36.36%
G=41.96%
B=21.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156180930.1300.480.2976.5536.7153.53
Hex9CB45DD0301D4d2536
Octal23426413515060351154566
Binary1001110010110100101110111010110000111011001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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