#94BC47

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

Shades of Atlantis #94BC47

Tints of Atlantis #94BC47

Color information

#94BC47 (or 0x94BC47) is unknown color: approx Atlantis. HEX triplet: 94, BC and 47. RGB value is (148,188,71). Sum of RGB (Red+Green+Blue) = 148+188+71=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BC47 is #6B43B8. Grayscale: #A3A3A3. Windows color (decimal): -7029689 or 4701332. OLE color: 4701332.

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

Color convert

RGB14818871-
CMYK0.2100.620.26
HSL80.51º46.61%50.78%-
HSV(B)80.51º62.23%73.73%-
XYZ31.3342.7212.56-
YUV162.776.25117.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=36.36%
G=46.19%
B=17.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148188710.2100.620.2680.5146.6150.78
Hex94BC471503E1A512f33
Octal22427410725076321215763
Binary10010100101111001000111101010111110110101010001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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