#93BA40

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

Shades of Atlantis #93BA40

Tints of Atlantis #93BA40

Color information

#93BA40 (or 0x93BA40) is unknown color: approx Atlantis. HEX triplet: 93, BA and 40. RGB value is (147,186,64). Sum of RGB (Red+Green+Blue) = 147+186+64=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA40 is #6C45BF. Grayscale: #A0A0A0. Windows color (decimal): -7095744 or 4242067. OLE color: 4242067.

HSL color Cylindrical-coordinate representation of color #93BA40: hue angle of 79.18º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93BA40 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB14718664-
CMYK0.2100.660.27
HSL79.18º48.8%49.02%-
HSV(B)79.18º65.59%72.94%-
XYZ30.5241.6911.29-
YUV160.4373.58118.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=37.03%
G=46.85%
B=16.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147186640.2100.660.2779.1848.849.02
Hex93BA40150421B4f3131
Octal223272100250102331176161
Binary100100111011101010000001010101000010110111001111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,64); }

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

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

 a { background-color: rgb(147,186,64); }

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

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

 span { border-color: rgb(147,186,64); }

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