#93A54B

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

Shades of Green Smoke #93A54B

Tints of Green Smoke #93A54B

Color information

#93A54B (or 0x93A54B) is unknown color: approx Green Smoke. HEX triplet: 93, A5 and 4B. RGB value is (147,165,75). Sum of RGB (Red+Green+Blue) = 147+165+75=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #93A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A54B is #6C5AB4. Grayscale: #959595. Windows color (decimal): -7101109 or 4957587. OLE color: 4957587.

HSL color Cylindrical-coordinate representation of color #93A54B: hue angle of 72º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93A54B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB14716575-
CMYK0.1100.550.35
HSL72º37.5%47.06%-
HSV(B)72º54.55%64.71%-
XYZ26.7633.6211.74-
YUV149.3686.04126.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=37.98%
G=42.64%
B=19.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165750.1100.550.357237.547.06
Hex93A54BB0372348262f
Octal22324511313067431104657
Binary10010011101001011001011101101101111000111001000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,75); }

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

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

 a { background-color: rgb(147,165,75); }

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

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

 span { border-color: rgb(147,165,75); }

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