#96A556

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

Shades of Green Smoke #96A556

Tints of Green Smoke #96A556

Color information

#96A556 (or 0x96A556) is unknown color: approx Green Smoke. HEX triplet: 96, A5 and 56. RGB value is (150,165,86). Sum of RGB (Red+Green+Blue) = 150+165+86=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #96A556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A556 is #695AA9. Grayscale: #979797. Windows color (decimal): -6904490 or 5678486. OLE color: 5678486.

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

Color convert

RGB15016586-
CMYK0.0900.480.35
HSL71.39º31.47%49.22%-
HSV(B)71.39º47.88%64.71%-
XYZ27.7134.0713.92-
YUV151.5191.03126.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=37.41%
G=41.15%
B=21.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150165860.0900.480.3571.3931.4749.22
Hex96A556903023471f31
Octal22624512611060431073761
Binary1001011010100101101011010010110000100011100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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