#96A44B

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

Shades of Green Smoke #96A44B

Tints of Green Smoke #96A44B

Color information

#96A44B (or 0x96A44B) is unknown color: approx Green Smoke. HEX triplet: 96, A4 and 4B. RGB value is (150,164,75). Sum of RGB (Red+Green+Blue) = 150+164+75=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #96A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A44B is #695BB4. Grayscale: #969696. Windows color (decimal): -6904757 or 4957334. OLE color: 4957334.

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

Color convert

RGB15016475-
CMYK0.0900.540.36
HSL69.44º37.24%46.86%-
HSV(B)69.44º54.27%64.31%-
XYZ27.1233.5411.7-
YUV149.6785.86128.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=38.56%
G=42.16%
B=19.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150164750.0900.540.3669.4437.2446.86
Hex96A44B90362445252f
Octal22624411311066441054557
Binary10010110101001001001011100101101101001001000101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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