#9CB65A

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

Shades of Green Smoke #9CB65A

Tints of Green Smoke #9CB65A

Color information

#9CB65A (or 0x9CB65A) is unknown color: approx Green Smoke. HEX triplet: 9C, B6 and 5A. RGB value is (156,182,90). Sum of RGB (Red+Green+Blue) = 156+182+90=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB65A is #6349A5. Grayscale: #A4A4A4. Windows color (decimal): -6506918 or 5944988. OLE color: 5944988.

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

Color convert

RGB15618290-
CMYK0.1400.510.29
HSL76.96º38.66%53.33%-
HSV(B)76.96º50.55%71.37%-
XYZ32.2841.2615.94-
YUV163.7486.39122.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=36.45%
G=42.52%
B=21.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156182900.1400.510.2976.9638.6653.33
Hex9CB65AE0331D4d2735
Octal23426613216063351154765
Binary1001110010110110101101011100110011111011001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,90); }

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

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

 a { background-color: rgb(156,182,90); }

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

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

 span { border-color: rgb(156,182,90); }

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