#81A492

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

Shades of Acapulco #81A492

Tints of Acapulco #81A492

Color information

#81A492 (or 0x81A492) is unknown color: approx Acapulco. HEX triplet: 81, A4 and 92. RGB value is (129,164,146). Sum of RGB (Red+Green+Blue) = 129+164+146=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #81A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A492 is #7E5B6D. Grayscale: #979797. Windows color (decimal): -8280942 or 9610369. OLE color: 9610369.

HSL color Cylindrical-coordinate representation of color #81A492: hue angle of 149.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A492 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB129164146-
CMYK0.2100.110.36
HSL149.14º16.13%57.45%-
HSV(B)149.14º21.34%64.31%-
XYZ27.5233.2932.17-
YUV151.48124.9111.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=29.38%
G=37.36%
B=33.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641460.2100.110.36149.1416.1357.45
Hex81A492150B24951039
Octal20124422225013442252071
Binary10000001101001001001001010101010111001001001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A492; }

 p { color: rgb(129,164,146); }

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

<style>
 a { background-color: #81A492; }

 a { background-color: rgb(129,164,146); }

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

<style>
 span { border-color: #81A492; }

 span { border-color: rgb(129,164,146); }

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