#96AC51

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

Shades of Green Smoke #96AC51

Tints of Green Smoke #96AC51

Color information

#96AC51 (or 0x96AC51) is unknown color: approx Green Smoke. HEX triplet: 96, AC and 51. RGB value is (150,172,81). Sum of RGB (Red+Green+Blue) = 150+172+81=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC51 is #6953AE. Grayscale: #9B9B9B. Windows color (decimal): -6902703 or 5352598. OLE color: 5352598.

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

Color convert

RGB15017281-
CMYK0.1300.530.33
HSL74.51º35.97%49.61%-
HSV(B)74.51º52.91%67.45%-
XYZ28.8236.5813.33-
YUV155.0586.21124.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=37.22%
G=42.68%
B=20.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150172810.1300.530.3374.5135.9749.61
Hex96AC51D035214b2432
Octal22625412115065411134462
Binary10010110101011001010001110101101011000011001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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