#96A451

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

Shades of Green Smoke #96A451

Tints of Green Smoke #96A451

Color information

#96A451 (or 0x96A451) is unknown color: approx Green Smoke. HEX triplet: 96, A4 and 51. RGB value is (150,164,81). Sum of RGB (Red+Green+Blue) = 150+164+81=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #96A451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A451 is #695BAE. Grayscale: #969696. Windows color (decimal): -6904751 or 5350550. OLE color: 5350550.

HSL color Cylindrical-coordinate representation of color #96A451: hue angle of 70.12º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96A451 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB15016481-
CMYK0.0900.510.36
HSL70.12º33.88%48.04%-
HSV(B)70.12º50.61%64.31%-
XYZ27.3433.6312.83-
YUV150.3588.86127.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=37.97%
G=41.52%
B=20.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150164810.0900.510.3670.1233.8848.04
Hex96A451903324462230
Octal22624412111063441064260
Binary10010110101001001010001100101100111001001000110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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