Html Css Color HEX #93BA47 Atlantis

📋 copy color: '#93BA47'

red 147 ◦ green 186 ◦ blue 71

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

Shades of Atlantis #93BA47

Tints of Atlantis #93BA47

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.13% from 255) = 17.57%

R = 36.39%
G = 46.04%
B = 17.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#93BA47 (or 0x93BA47) is known color: 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

RGB 147 186 71 -
CMYK 0.21 0 0.62 0.27
HSL 80.35º 0.45% 0.5% -
HSV(B) 80.35º 0.62% 0.73% -
XYZ 30.73 41.78 12.41 -
YUV 161.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 147 186 71 0.21 0 0.62 0.27 80.35 0.45 0.5
Hex 93 BA 47 15 0 3E 1B 50 2D 32
Octal 223 272 107 25 0 76 33 120 55 62
Binary 10010011 10111010 1000111 10101 0 111110 11011 1010000 101101 110010

Color Harmonies of #93BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA47

Black with #93BA47

Text Example


Text Example

White with #93BA47

Text Example


Text Example

HTML Codes & Css Web 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>