#9CB65F

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

Shades of Green Smoke #9CB65F

Tints of Green Smoke #9CB65F

Color information

#9CB65F (or 0x9CB65F) is unknown color: approx Green Smoke. HEX triplet: 9C, B6 and 5F. RGB value is (156,182,95). Sum of RGB (Red+Green+Blue) = 156+182+95=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB65F is #6349A0. Grayscale: #A4A4A4. Windows color (decimal): -6506913 or 6272668. OLE color: 6272668.

HSL color Cylindrical-coordinate representation of color #9CB65F: hue angle of 77.93º 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 #9CB65F is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB15618295-
CMYK0.1400.480.29
HSL77.93º37.34%54.31%-
HSV(B)77.93º47.8%71.37%-
XYZ32.541.3517.09-
YUV164.3188.89122.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=36.03%
G=42.03%
B=21.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156182950.1400.480.2977.9337.3454.31
Hex9CB65FE0301D4e2536
Octal23426613716060351164566
Binary1001110010110110101111111100110000111011001110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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