#9CB35F

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

Shades of Green Smoke #9CB35F

Tints of Green Smoke #9CB35F

Color information

#9CB35F (or 0x9CB35F) is unknown color: approx Green Smoke. HEX triplet: 9C, B3 and 5F. RGB value is (156,179,95). Sum of RGB (Red+Green+Blue) = 156+179+95=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB35F is #634CA0. Grayscale: #A2A2A2. Windows color (decimal): -6507681 or 6271900. OLE color: 6271900.

HSL color Cylindrical-coordinate representation of color #9CB35F: hue angle of 76.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CB35F is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB15617995-
CMYK0.1300.470.30
HSL76.43º35.59%53.73%-
HSV(B)76.43º46.93%70.2%-
XYZ31.940.1316.89-
YUV162.5589.88123.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=36.28%
G=41.63%
B=22.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal156179950.1300.470.3076.4335.5953.73
Hex9CB35FD02F1E4c2436
Octal23426313715057361144466
Binary1001110010110011101111111010101111111101001100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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