#9CB161

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

Shades of Green Smoke #9CB161

Tints of Green Smoke #9CB161

Color information

#9CB161 (or 0x9CB161) is unknown color: approx Green Smoke. HEX triplet: 9C, B1 and 61. RGB value is (156,177,97). Sum of RGB (Red+Green+Blue) = 156+177+97=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB161 is #634E9E. Grayscale: #A1A1A1. Windows color (decimal): -6508191 or 6402460. OLE color: 6402460.

HSL color Cylindrical-coordinate representation of color #9CB161: hue angle of 75.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CB161 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB15617797-
CMYK0.1200.450.31
HSL75.75º33.9%53.73%-
HSV(B)75.75º45.2%69.41%-
XYZ31.5939.3817.24-
YUV161.691.54124-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=36.28%
G=41.16%
B=22.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177970.1200.450.3175.7533.953.73
Hex9CB161C02D1F4c2236
Octal23426114114055371144266
Binary1001110010110001110000111000101101111111001100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,97); }

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

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

 a { background-color: rgb(156,177,97); }

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

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

 span { border-color: rgb(156,177,97); }

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