#84A294

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

Shades of Acapulco #84A294

Tints of Acapulco #84A294

Color information

#84A294 (or 0x84A294) is unknown color: approx Acapulco. HEX triplet: 84, A2 and 94. RGB value is (132,162,148). Sum of RGB (Red+Green+Blue) = 132+162+148=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #84A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A294 is #7B5D6B. Grayscale: #979797. Windows color (decimal): -8084844 or 9740932. OLE color: 9740932.

HSL color Cylindrical-coordinate representation of color #84A294: hue angle of 152º 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 #84A294 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB132162148-
CMYK0.1900.090.36
HSL152º13.89%57.65%-
HSV(B)152º18.52%63.53%-
XYZ27.7832.8832.9-
YUV151.43126.06114.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=29.86%
G=36.65%
B=33.48%

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
Decimal1321621480.1900.090.3615213.8957.65
Hex84A29413092498e3a
Octal20424222423011442301672
Binary1000010010100010100101001001101001100100100110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,148); }

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

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

 a { background-color: rgb(132,162,148); }

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

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

 span { border-color: rgb(132,162,148); }

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