#9CB465

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

Shades of Green Smoke #9CB465

Tints of Green Smoke #9CB465

Color information

#9CB465 (or 0x9CB465) is unknown color: approx Green Smoke. HEX triplet: 9C, B4 and 65. RGB value is (156,180,101). Sum of RGB (Red+Green+Blue) = 156+180+101=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB465 is #634B9A. Grayscale: #A4A4A4. Windows color (decimal): -6507419 or 6665372. OLE color: 6665372.

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

Color convert

RGB156180101-
CMYK0.1300.440.29
HSL78.23º34.5%55.1%-
HSV(B)78.23º43.89%70.59%-
XYZ32.3840.6518.45-
YUV163.8292.55122.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.70%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=35.70%
G=41.19%
B=23.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801010.1300.440.2978.2334.555.1
Hex9CB465D02C1D4e2237
Octal23426414515054351164267
Binary1001110010110100110010111010101100111011001110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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