#96AC57

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

Shades of Green Smoke #96AC57

Tints of Green Smoke #96AC57

Color information

#96AC57 (or 0x96AC57) is unknown color: approx Green Smoke. HEX triplet: 96, AC and 57. RGB value is (150,172,87). Sum of RGB (Red+Green+Blue) = 150+172+87=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC57 is #6953A8. Grayscale: #9C9C9C. Windows color (decimal): -6902697 or 5745814. OLE color: 5745814.

HSL color Cylindrical-coordinate representation of color #96AC57: hue angle of 75.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96AC57 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB15017287-
CMYK0.1300.490.33
HSL75.53º33.86%50.78%-
HSV(B)75.53º49.42%67.45%-
XYZ29.0536.6814.57-
YUV155.7389.21123.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=36.67%
G=42.05%
B=21.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150172870.1300.490.3375.5333.8650.78
Hex96AC57D031214c2233
Octal22625412715061411144263
Binary10010110101011001010111110101100011000011001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AC57; }

 p { color: rgb(150,172,87); }

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

<style>
 a { background-color: #96AC57; }

 a { background-color: rgb(150,172,87); }

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

<style>
 span { border-color: #96AC57; }

 span { border-color: rgb(150,172,87); }

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