Html Css Color HEX #93BC48 Atlantis

📋 copy color: '#93BC48'

red 147 ◦ green 188 ◦ blue 72

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

Shades of Atlantis #93BC48

Tints of Atlantis #93BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.19%

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

R = 36.12%
G = 46.19%
B = 17.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#93BC48 (or 0x93BC48) is known color: Atlantis. HEX triplet: 93, BC and 48. RGB value is (147,188,72). Sum of RGB (Red+Green+Blue) = 147+188+72=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC48 is #6C43B7. Grayscale: #A2A2A2. Windows color (decimal): -7095224 or 4766867. OLE color: 4766867.

HSL color Cylindrical-coordinate representation of color #93BC48: hue angle of 81.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93BC48 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 72 -
CMYK 0.22 0 0.62 0.26
HSL 81.21º 0.46% 0.51% -
HSV(B) 81.21º 0.62% 0.74% -
XYZ 31.19 42.64 12.72 -
YUV 162.52 76.92 116.93 -
System Red Green Blue C M Y K H S L
Decimal 147 188 72 0.22 0 0.62 0.26 81.21 0.46 0.51
Hex 93 BC 48 16 0 3E 1A 51 2E 33
Octal 223 274 110 26 0 76 32 121 56 63
Binary 10010011 10111100 1001000 10110 0 111110 11010 1010001 101110 110011

Color Harmonies of #93BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC48

Black with #93BC48

Text Example


Text Example

White with #93BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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