#96A953

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

Shades of Green Smoke #96A953

Tints of Green Smoke #96A953

Color information

#96A953 (or 0x96A953) is unknown color: approx Green Smoke. HEX triplet: 96, A9 and 53. RGB value is (150,169,83). Sum of RGB (Red+Green+Blue) = 150+169+83=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #96A953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A953 is #6956AC. Grayscale: #999999. Windows color (decimal): -6903469 or 5482902. OLE color: 5482902.

HSL color Cylindrical-coordinate representation of color #96A953: hue angle of 73.26º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96A953 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB15016983-
CMYK0.1100.510.34
HSL73.26º34.13%49.41%-
HSV(B)73.26º50.89%66.27%-
XYZ28.3335.4813.54-
YUV153.5188.21125.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=37.31%
G=42.04%
B=20.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150169830.1100.510.3473.2634.1349.41
Hex96A953B03322492231
Octal22625112313063421114261
Binary10010110101010011010011101101100111000101001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,83); }

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

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

 a { background-color: rgb(150,169,83); }

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

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

 span { border-color: rgb(150,169,83); }

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