#84A999

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

Shades of Acapulco #84A999

Tints of Acapulco #84A999

Color information

#84A999 (or 0x84A999) is unknown color: approx Acapulco. HEX triplet: 84, A9 and 99. RGB value is (132,169,153). Sum of RGB (Red+Green+Blue) = 132+169+153=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 169 - color contains mainly: green. Hex color #84A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A999 is #7B5666. Grayscale: #9C9C9C. Windows color (decimal): -8083047 or 10070404. OLE color: 10070404.

HSL color Cylindrical-coordinate representation of color #84A999: hue angle of 154.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A999 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB132169153-
CMYK0.2200.090.34
HSL154.05º17.7%59.02%-
HSV(B)154.05º21.89%66.27%-
XYZ29.4535.5835.45-
YUV156.11126.24110.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.07%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=29.07%
G=37.22%
B=33.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321691530.2200.090.34154.0517.759.02
Hex84A9991609229a123b
Octal20425123126011422322273
Binary10000100101010011001100110110010011000101001101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,169,153); }

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

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

 a { background-color: rgb(132,169,153); }

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

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

 span { border-color: rgb(132,169,153); }

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