Html Css Color HEX #94BD49 Atlantis

📋 copy color: '#94BD49'

red 148 ◦ green 189 ◦ blue 73

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

Shades of Atlantis #94BD49

Tints of Atlantis #94BD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

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

R = 36.1%
G = 46.1%
B = 17.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#94BD49 (or 0x94BD49) is known color: Atlantis. HEX triplet: 94, BD and 49. RGB value is (148,189,73). Sum of RGB (Red+Green+Blue) = 148+189+73=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD49 is #6B42B6. Grayscale: #A3A3A3. Windows color (decimal): -7029431 or 4832660. OLE color: 4832660.

HSL color Cylindrical-coordinate representation of color #94BD49: hue angle of 81.21º degrees, saturation: 0.47, 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 #94BD49 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 73 -
CMYK 0.22 0 0.61 0.26
HSL 81.21º 0.47% 0.51% -
HSV(B) 81.21º 0.61% 0.74% -
XYZ 31.61 43.17 12.97 -
YUV 163.52 76.92 116.93 -
System Red Green Blue C M Y K H S L
Decimal 148 189 73 0.22 0 0.61 0.26 81.21 0.47 0.51
Hex 94 BD 49 16 0 3D 1A 51 2F 33
Octal 224 275 111 26 0 75 32 121 57 63
Binary 10010100 10111101 1001001 10110 0 111101 11010 1010001 101111 110011

Color Harmonies of #94BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD49

Black with #94BD49

Text Example


Text Example

White with #94BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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