#96AB4A

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

Shades of Green Smoke #96AB4A

Tints of Green Smoke #96AB4A

Color information

#96AB4A (or 0x96AB4A) is unknown color: approx Green Smoke. HEX triplet: 96, AB and 4A. RGB value is (150,171,74). Sum of RGB (Red+Green+Blue) = 150+171+74=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB4A is #6954B5. Grayscale: #9A9A9A. Windows color (decimal): -6902966 or 4893590. OLE color: 4893590.

HSL color Cylindrical-coordinate representation of color #96AB4A: hue angle of 72.99º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96AB4A is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB15017174-
CMYK0.1200.570.33
HSL72.99º39.59%48.04%-
HSV(B)72.99º56.73%67.06%-
XYZ28.3836.111.95-
YUV153.6683.04125.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=37.97%
G=43.29%
B=18.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150171740.1200.570.3372.9939.5948.04
Hex96AB4AC03921492830
Octal22625311214071411115060
Binary10010110101010111001010110001110011000011001001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,171,74); }

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

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

 a { background-color: rgb(150,171,74); }

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

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

 span { border-color: rgb(150,171,74); }

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