#93ba44

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

Shades of Atlantis #93BA44

Tints of Atlantis #93BA44

Color information

#93BA44 (or 0x93BA44) is unknown color: approx Atlantis. HEX triplet: 93, BA and 44. RGB value is (147,186,68). Sum of RGB (Red+Green+Blue) = 147+186+68=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA44 is #6C45BB. Grayscale: #A1A1A1. Windows color (decimal): -7095740 or 4504211. OLE color: 4504211.

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

Color convert

RGB14718668-
CMYK0.2100.630.27
HSL79.83º46.46%49.8%-
HSV(B)79.83º63.44%72.94%-
XYZ30.6341.7411.91-
YUV160.8975.58118.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=36.66%
G=46.38%
B=16.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147186680.2100.630.2779.8346.4649.8
Hex93BA441503F1B502e32
Octal22327210425077331205662
Binary10010011101110101000100101010111111110111010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ba44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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