#93BA47

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

Shades of Atlantis #93BA47

Tints of Atlantis #93BA47

Color information

#93BA47 (or 0x93BA47) is unknown color: approx Atlantis. HEX triplet: 93, BA and 47. RGB value is (147,186,71). Sum of RGB (Red+Green+Blue) = 147+186+71=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA47 is #6C45B8. Grayscale: #A1A1A1. Windows color (decimal): -7095737 or 4700819. OLE color: 4700819.

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

Color convert

RGB14718671-
CMYK0.2100.620.27
HSL80.35º45.45%50.39%-
HSV(B)80.35º61.83%72.94%-
XYZ30.7341.7812.41-
YUV161.2377.08117.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=36.39%
G=46.04%
B=17.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147186710.2100.620.2780.3545.4550.39
Hex93BA471503E1B502d32
Octal22327210725076331205562
Binary10010011101110101000111101010111110110111010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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