Html Css Color HEX #94BC49 Atlantis

📋 copy color: '#94BC49'

red 148 ◦ green 188 ◦ blue 73

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

Shades of Atlantis #94BC49

Tints of Atlantis #94BC49

RGB

 RED value IS 148 (58.2% from 255) = 36.19%

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

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

R = 36.19%
G = 45.97%
B = 17.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#94BC49 (or 0x94BC49) is known color: Atlantis. HEX triplet: 94, BC and 49. RGB value is (148,188,73). Sum of RGB (Red+Green+Blue) = 148+188+73=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BC49 is #6B43B6. Grayscale: #A3A3A3. Windows color (decimal): -7029687 or 4832404. OLE color: 4832404.

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

Color convert

RGB 148 188 73 -
CMYK 0.21 0 0.61 0.26
HSL 80.87º 0.46% 0.51% -
HSV(B) 80.87º 0.61% 0.74% -
XYZ 31.4 42.74 12.9 -
YUV 162.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 148 188 73 0.21 0 0.61 0.26 80.87 0.46 0.51
Hex 94 BC 49 15 0 3D 1A 51 2E 33
Octal 224 274 111 25 0 75 32 121 56 63
Binary 10010100 10111100 1001001 10101 0 111101 11010 1010001 101110 110011

Color Harmonies of #94BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC49

Black with #94BC49

Text Example


Text Example

White with #94BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BC49; }

 p { color: rgb(148,188,73); }

 H1.HeaderClassName
 {
   color: #94BC49;
 }
 .AnyTagClassName
 {
   color: #94BC49;
 }
</style>

background-color css

<style>
 a { background-color: #94BC49; }

 a { background-color: rgb(148,188,73); }

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

border-color css

<style>
 span { border-color: #94BC49; }

 span { border-color: rgb(148,188,73); }

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