#9CB264

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

Shades of Green Smoke #9CB264

Tints of Green Smoke #9CB264

Color information

#9CB264 (or 0x9CB264) is unknown color: approx Green Smoke. HEX triplet: 9C, B2 and 64. RGB value is (156,178,100). Sum of RGB (Red+Green+Blue) = 156+178+100=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB264 is #634D9B. Grayscale: #A2A2A2. Windows color (decimal): -6507932 or 6599324. OLE color: 6599324.

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

Color convert

RGB156178100-
CMYK0.1200.440.30
HSL76.92º33.62%54.51%-
HSV(B)76.92º43.82%69.8%-
XYZ31.9339.8318.06-
YUV162.5392.71123.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=35.94%
G=41.01%
B=23.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561781000.1200.440.3076.9233.6254.51
Hex9CB264C02C1E4d2237
Octal23426214414054361154267
Binary1001110010110010110010011000101100111101001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,100); }

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

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

 a { background-color: rgb(156,178,100); }

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

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

 span { border-color: rgb(156,178,100); }

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