#94B642

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

Shades of Atlantis #94B642

Tints of Atlantis #94B642

Color information

#94B642 (or 0x94B642) is unknown color: approx Atlantis. HEX triplet: 94, B6 and 42. RGB value is (148,182,66). Sum of RGB (Red+Green+Blue) = 148+182+66=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #94B642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B642 is #6B49BD. Grayscale: #9F9F9F. Windows color (decimal): -7031230 or 4372116. OLE color: 4372116.

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

Color convert

RGB14818266-
CMYK0.1900.640.29
HSL77.59º46.77%48.63%-
HSV(B)77.59º63.74%71.37%-
XYZ29.9240.1511.33-
YUV158.6175.74120.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=37.37%
G=45.96%
B=16.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148182660.1900.640.2977.5946.7748.63
Hex94B642130401D4e2f31
Octal224266102230100351165761
Binary100101001011011010000101001101000000111011001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,182,66); }

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

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

 a { background-color: rgb(148,182,66); }

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

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

 span { border-color: rgb(148,182,66); }

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