#93A260

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

Shades of Green Smoke #93A260

Tints of Green Smoke #93A260

Color information

#93A260 (or 0x93A260) is unknown color: approx Green Smoke. HEX triplet: 93, A2 and 60. RGB value is (147,162,96). Sum of RGB (Red+Green+Blue) = 147+162+96=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #93A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A260 is #6C5D9F. Grayscale: #969696. Windows color (decimal): -7101856 or 6333075. OLE color: 6333075.

HSL color Cylindrical-coordinate representation of color #93A260: hue angle of 73.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93A260 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB14716296-
CMYK0.0900.410.36
HSL73.64º26.19%50.59%-
HSV(B)73.64º40.74%63.53%-
XYZ27.0632.8915.99-
YUV149.9997.53125.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=36.30%
G=40%
B=23.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147162960.0900.410.3673.6426.1950.59
Hex93A2609029244a1a33
Octal22324214011051441123263
Binary1001001110100010110000010010101001100100100101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A260; }

 p { color: rgb(147,162,96); }

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

<style>
 a { background-color: #93A260; }

 a { background-color: rgb(147,162,96); }

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

<style>
 span { border-color: #93A260; }

 span { border-color: rgb(147,162,96); }

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