#96A448

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

Shades of Green Smoke #96A448

Tints of Green Smoke #96A448

Color information

#96A448 (or 0x96A448) is unknown color: approx Green Smoke. HEX triplet: 96, A4 and 48. RGB value is (150,164,72). Sum of RGB (Red+Green+Blue) = 150+164+72=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #96A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A448 is #695BB7. Grayscale: #959595. Windows color (decimal): -6904760 or 4760726. OLE color: 4760726.

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

Color convert

RGB15016472-
CMYK0.0900.560.36
HSL69.13º38.98%46.27%-
HSV(B)69.13º56.1%64.31%-
XYZ27.0233.511.17-
YUV149.3384.36128.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=38.86%
G=42.49%
B=18.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150164720.0900.560.3669.1338.9846.27
Hex96A44890382445272e
Octal22624411011070441054756
Binary10010110101001001001000100101110001001001000101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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