#83A596

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

Shades of Acapulco #83A596

Tints of Acapulco #83A596

Color information

#83A596 (or 0x83A596) is unknown color: approx Acapulco. HEX triplet: 83, A5 and 96. RGB value is (131,165,150). Sum of RGB (Red+Green+Blue) = 131+165+150=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #83A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A596 is #7C5A69. Grayscale: #999999. Windows color (decimal): -8149610 or 9872771. OLE color: 9872771.

HSL color Cylindrical-coordinate representation of color #83A596: hue angle of 153.53º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A596 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB131165150-
CMYK0.2100.090.35
HSL153.53º15.89%58.04%-
HSV(B)153.53º20.61%64.71%-
XYZ28.3233.9433.91-
YUV153.12126.24112.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 165 (64.84% from 255) = 37.00%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=29.37%
G=37.00%
B=33.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311651500.2100.090.35153.5315.8958.04
Hex83A5961509239a103a
Octal20324522625011432322072
Binary10000011101001011001011010101010011000111001101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A596; }

 p { color: rgb(131,165,150); }

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

<style>
 a { background-color: #83A596; }

 a { background-color: rgb(131,165,150); }

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

<style>
 span { border-color: #83A596; }

 span { border-color: rgb(131,165,150); }

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