#94B544

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

Shades of Atlantis #94B544

Tints of Atlantis #94B544

Color information

#94B544 (or 0x94B544) is unknown color: approx Atlantis. HEX triplet: 94, B5 and 44. RGB value is (148,181,68). Sum of RGB (Red+Green+Blue) = 148+181+68=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #94B544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B544 is #6B4ABB. Grayscale: #9E9E9E. Windows color (decimal): -7031484 or 4502932. OLE color: 4502932.

HSL color Cylindrical-coordinate representation of color #94B544: hue angle of 77.52º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94B544 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB14818168-
CMYK0.1800.620.29
HSL77.52º45.38%48.82%-
HSV(B)77.52º62.43%70.98%-
XYZ29.7839.7611.57-
YUV158.2577.07120.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=37.28%
G=45.59%
B=17.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181680.1800.620.2977.5245.3848.82
Hex94B5441203E1D4e2d31
Octal22426510422076351165561
Binary10010100101101011000100100100111110111011001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,68); }

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

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

 a { background-color: rgb(148,181,68); }

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

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

 span { border-color: rgb(148,181,68); }

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