Html Css Color HEX #93BC3F Atlantis

📋 copy color: '#93BC3F'

red 147 ◦ green 188 ◦ blue 63

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

Shades of Atlantis #93BC3F

Tints of Atlantis #93BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.83%

R = 36.93%
G = 47.24%
B = 15.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#93BC3F (or 0x93BC3F) is known color: Atlantis. HEX triplet: 93, BC and 3F. RGB value is (147,188,63). Sum of RGB (Red+Green+Blue) = 147+188+63=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC3F is #6C43C0. Grayscale: #A1A1A1. Windows color (decimal): -7095233 or 4177043. OLE color: 4177043.

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

Color convert

RGB 147 188 63 -
CMYK 0.22 0 0.66 0.26
HSL 79.68º 0.5% 0.49% -
HSV(B) 79.68º 0.66% 0.74% -
XYZ 30.91 42.53 11.28 -
YUV 161.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 147 188 63 0.22 0 0.66 0.26 79.68 0.5 0.49
Hex 93 BC 3F 16 0 42 1A 50 32 31
Octal 223 274 77 26 0 102 32 120 62 61
Binary 10010011 10111100 111111 10110 0 1000010 11010 1010000 110010 110001

Color Harmonies of #93BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC3F

Black with #93BC3F

Text Example


Text Example

White with #93BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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