#9CB056

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

Shades of Green Smoke #9CB056

Tints of Green Smoke #9CB056

Color information

#9CB056 (or 0x9CB056) is unknown color: approx Green Smoke. HEX triplet: 9C, B0 and 56. RGB value is (156,176,86). Sum of RGB (Red+Green+Blue) = 156+176+86=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB056 is #634FA9. Grayscale: #A0A0A0. Windows color (decimal): -6508458 or 5681308. OLE color: 5681308.

HSL color Cylindrical-coordinate representation of color #9CB056: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CB056 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB15617686-
CMYK0.1100.510.31
HSL73.33º36.29%51.37%-
HSV(B)73.33º51.14%69.02%-
XYZ30.9238.7914.66-
YUV159.7686.37125.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=37.32%
G=42.11%
B=20.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156176860.1100.510.3173.3336.2951.37
Hex9CB056B0331F492433
Octal23426012613063371114463
Binary1001110010110000101011010110110011111111001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,86); }

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

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

 a { background-color: rgb(156,176,86); }

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

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

 span { border-color: rgb(156,176,86); }

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