#9A9C56

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

Shades of Green Smoke #9A9C56

Tints of Green Smoke #9A9C56

Color information

#9A9C56 (or 0x9A9C56) is unknown color: approx Green Smoke. HEX triplet: 9A, 9C and 56. RGB value is (154,156,86). Sum of RGB (Red+Green+Blue) = 154+156+86=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9C56 is #6563A9. Grayscale: #939393. Windows color (decimal): -6644650 or 5676186. OLE color: 5676186.

HSL color Cylindrical-coordinate representation of color #9A9C56: hue angle of 61.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A9C56 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15415686-
CMYK0.0100.450.39
HSL61.71º28.93%47.45%-
HSV(B)61.71º44.87%61.18%-
XYZ26.8931.3213.43-
YUV147.4293.34132.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 86 (33.98% from 255) = 21.72%
R=38.89%
G=39.39%
B=21.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154156860.0100.450.3961.7128.9347.45
Hex9A9C56102D273e1d2f
Octal232234126105547763557
Binary100110101001110010101101010110110011111111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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