Html Css Color HEX #93BA48 Atlantis

📋 copy color: '#93BA48'

red 147 ◦ green 186 ◦ blue 72

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

Shades of Atlantis #93BA48

Tints of Atlantis #93BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 36.3%
G = 45.93%
B = 17.78%

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

#93BA48 (or 0x93BA48) is known color: Atlantis. HEX triplet: 93, BA and 48. RGB value is (147,186,72). Sum of RGB (Red+Green+Blue) = 147+186+72=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA48 is #6C45B7. Grayscale: #A1A1A1. Windows color (decimal): -7095736 or 4766355. OLE color: 4766355.

HSL color Cylindrical-coordinate representation of color #93BA48: hue angle of 80.53º 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 #93BA48 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 186 72 -
CMYK 0.21 0 0.61 0.27
HSL 80.53º 0.45% 0.51% -
HSV(B) 80.53º 0.61% 0.73% -
XYZ 30.76 41.79 12.58 -
YUV 161.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 147 186 72 0.21 0 0.61 0.27 80.53 0.45 0.51
Hex 93 BA 48 15 0 3D 1B 51 2D 33
Octal 223 272 110 25 0 75 33 121 55 63
Binary 10010011 10111010 1001000 10101 0 111101 11011 1010001 101101 110011

Color Harmonies of #93BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA48

Black with #93BA48

Text Example


Text Example

White with #93BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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