#94BA43

Color #94BA43 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94BA43

Tints of Atlantis #94BA43

Color information

#94BA43 (or 0x94BA43) is unknown color: approx Atlantis. HEX triplet: 94, BA and 43. RGB value is (148,186,67). Sum of RGB (Red+Green+Blue) = 148+186+67=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA43 is #6B45BC. Grayscale: #A1A1A1. Windows color (decimal): -7030205 or 4438676. OLE color: 4438676.

HSL color Cylindrical-coordinate representation of color #94BA43: hue angle of 79.16º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94BA43 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB14818667-
CMYK0.2000.640.27
HSL79.16º47.04%49.61%-
HSV(B)79.16º63.98%72.94%-
XYZ30.7841.8211.76-
YUV161.0774.91118.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 67 (26.56% from 255) = 16.71%
R=36.91%
G=46.38%
B=16.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148186670.2000.640.2779.1647.0449.61
Hex94BA43140401B4f2f32
Octal224272103240100331175762
Binary100101001011101010000111010001000000110111001111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94BA43;
 }
 .AnyTagClassName
 {
   color: #94BA43;
 }
</style>
background-color css

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

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

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

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

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

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