Html Css Color HEX #94BA49 Atlantis

📋 copy color: '#94BA49'

red 148 ◦ green 186 ◦ blue 73

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

Shades of Atlantis #94BA49

Tints of Atlantis #94BA49

RGB

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

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

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

R = 36.36%
G = 45.7%
B = 17.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#94BA49 (or 0x94BA49) is known color: Atlantis. HEX triplet: 94, BA and 49. RGB value is (148,186,73). Sum of RGB (Red+Green+Blue) = 148+186+73=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA49 is #6B45B6. Grayscale: #A2A2A2. Windows color (decimal): -7030199 or 4831892. OLE color: 4831892.

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

Color convert

RGB 148 186 73 -
CMYK 0.20 0 0.61 0.27
HSL 80.18º 0.45% 0.51% -
HSV(B) 80.18º 0.61% 0.73% -
XYZ 30.97 41.89 12.76 -
YUV 161.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 148 186 73 0.20 0 0.61 0.27 80.18 0.45 0.51
Hex 94 BA 49 14 0 3D 1B 50 2D 33
Octal 224 272 111 24 0 75 33 120 55 63
Binary 10010100 10111010 1001001 10100 0 111101 11011 1010000 101101 110011

Color Harmonies of #94BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA49

Black with #94BA49

Text Example


Text Example

White with #94BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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