#96A550

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

Shades of Green Smoke #96A550

Tints of Green Smoke #96A550

Color information

#96A550 (or 0x96A550) is unknown color: approx Green Smoke. HEX triplet: 96, A5 and 50. RGB value is (150,165,80). Sum of RGB (Red+Green+Blue) = 150+165+80=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #96A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A550 is #695AAF. Grayscale: #979797. Windows color (decimal): -6904496 or 5285270. OLE color: 5285270.

HSL color Cylindrical-coordinate representation of color #96A550: hue angle of 70.59º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96A550 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB15016580-
CMYK0.0900.520.35
HSL70.59º34.69%48.04%-
HSV(B)70.59º51.52%64.71%-
XYZ27.4833.9712.7-
YUV150.8288.03127.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=37.97%
G=41.77%
B=20.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150165800.0900.520.3570.5934.6948.04
Hex96A550903423472330
Octal22624512011064431074360
Binary10010110101001011010000100101101001000111000111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,80); }

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

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

 a { background-color: rgb(150,165,80); }

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

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

 span { border-color: rgb(150,165,80); }

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