Html Css Color HEX #93BA49 Atlantis

📋 copy color: '#93BA49'

red 147 ◦ green 186 ◦ blue 73

#93BA49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #93BA49

Tints of Atlantis #93BA49

RGB

 RED value IS 147 (57.81% from 255) = 36.21%

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 36.21%
G = 45.81%
B = 17.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#93BA49 (or 0x93BA49) is known color: Atlantis. HEX triplet: 93, BA and 49. RGB value is (147,186,73). Sum of RGB (Red+Green+Blue) = 147+186+73=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA49 is #6C45B6. Grayscale: #A1A1A1. Windows color (decimal): -7095735 or 4831891. OLE color: 4831891.

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

Color convert

RGB 147 186 73 -
CMYK 0.21 0 0.61 0.27
HSL 80.71º 0.45% 0.51% -
HSV(B) 80.71º 0.61% 0.73% -
XYZ 30.79 41.8 12.75 -
YUV 161.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 147 186 73 0.21 0 0.61 0.27 80.71 0.45 0.51
Hex 93 BA 49 15 0 3D 1B 51 2D 33
Octal 223 272 111 25 0 75 33 121 55 63
Binary 10010011 10111010 1001001 10101 0 111101 11011 1010001 101101 110011

Color Harmonies of #93BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA49

Black with #93BA49

Text Example


Text Example

White with #93BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93BA49;
 }
 .AnyTagClassName
 {
   color: #93BA49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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