#84A395

Color #84A395 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #84A395

Tints of Acapulco #84A395

Color information

#84A395 (or 0x84A395) is unknown color: approx Acapulco. HEX triplet: 84, A3 and 95. RGB value is (132,163,149). Sum of RGB (Red+Green+Blue) = 132+163+149=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #84A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A395 is #7B5C6A. Grayscale: #989898. Windows color (decimal): -8084587 or 9806724. OLE color: 9806724.

HSL color Cylindrical-coordinate representation of color #84A395: hue angle of 152.9º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A395 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB132163149-
CMYK0.1900.090.36
HSL152.9º14.42%57.84%-
HSV(B)152.9º19.02%63.92%-
XYZ28.0433.2733.38-
YUV152.14126.23113.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=29.73%
G=36.71%
B=33.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631490.1900.090.36152.914.4257.84
Hex84A39513092499e3a
Octal20424322523011442311672
Binary1000010010100011100101011001101001100100100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A395; }

 p { color: rgb(132,163,149); }

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

<style>
 a { background-color: #84A395; }

 a { background-color: rgb(132,163,149); }

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

<style>
 span { border-color: #84A395; }

 span { border-color: rgb(132,163,149); }

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