#83A195

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

Shades of Acapulco #83A195

Tints of Acapulco #83A195

Color information

#83A195 (or 0x83A195) is unknown color: approx Acapulco. HEX triplet: 83, A1 and 95. RGB value is (131,161,149). Sum of RGB (Red+Green+Blue) = 131+161+149=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #83A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A195 is #7C5E6A. Grayscale: #969696. Windows color (decimal): -8150635 or 9806211. OLE color: 9806211.

HSL color Cylindrical-coordinate representation of color #83A195: hue angle of 156º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83A195 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB131161149-
CMYK0.1900.070.37
HSL156º13.76%57.25%-
HSV(B)156º18.63%63.14%-
XYZ27.5332.4833.25-
YUV150.66127.06113.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=29.71%
G=36.51%
B=33.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1311611490.1900.070.3715613.7657.25
Hex83A1951307259ce39
Octal2032412252307452341671
Binary100000111010000110010101100110111100101100111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,161,149); }

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

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

 a { background-color: rgb(131,161,149); }

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

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

 span { border-color: rgb(131,161,149); }

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