#9ca856

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

Shades of Green Smoke #9CA856

Tints of Green Smoke #9CA856

Color information

#9CA856 (or 0x9CA856) is unknown color: approx Green Smoke. HEX triplet: 9C, A8 and 56. RGB value is (156,168,86). Sum of RGB (Red+Green+Blue) = 156+168+86=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA856 is #6357A9. Grayscale: #9B9B9B. Windows color (decimal): -6510506 or 5679260. OLE color: 5679260.

HSL color Cylindrical-coordinate representation of color #9CA856: hue angle of 68.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CA856 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB15616886-
CMYK0.0700.490.34
HSL68.78º32.28%49.8%-
HSV(B)68.78º48.81%65.88%-
XYZ29.3935.7514.15-
YUV155.0689.02128.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=38.05%
G=40.98%
B=20.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156168860.0700.490.3468.7832.2849.8
Hex9CA856703122452032
Octal2342501267061421054062
Binary1001110010101000101011011101100011000101000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ca856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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