#96A950

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

Shades of Green Smoke #96A950

Tints of Green Smoke #96A950

Color information

#96A950 (or 0x96A950) is unknown color: approx Green Smoke. HEX triplet: 96, A9 and 50. RGB value is (150,169,80). Sum of RGB (Red+Green+Blue) = 150+169+80=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #96A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A950 is #6956AF. Grayscale: #999999. Windows color (decimal): -6903472 or 5286294. OLE color: 5286294.

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

Color convert

RGB15016980-
CMYK0.1100.530.34
HSL72.81º35.74%48.82%-
HSV(B)72.81º52.66%66.27%-
XYZ28.2135.4412.94-
YUV153.1786.71125.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=37.59%
G=42.36%
B=20.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150169800.1100.530.3472.8135.7448.82
Hex96A950B03522492431
Octal22625112013065421114461
Binary10010110101010011010000101101101011000101001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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