Shades of Acapulco #849E91
Tints of Acapulco #849E91
RGB
CMYK
RGB Variations
Color information
#849E91 (or 0x849E91) is known color: Acapulco. HEX triplet: 84, 9E and 91. RGB value is (132,158,145). Sum of RGB (Red+Green+Blue) = 132+158+145=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #849E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E91 is #7B616E. Grayscale: #949494. Windows color (decimal): -8085871 or 9543300. OLE color: 9543300.
HSL color Cylindrical-coordinate representation of color #849E91: hue angle of 150º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849E91 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 145 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.38 |
| HSL | 150º | 0.12% | 0.57% | - |
| HSV(B) | 150º | 0.16% | 0.62% | - |
| XYZ | 26.85 | 31.4 | 31.43 | - |
| YUV | 148.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 145 | 0.16 | 0 | 0.08 | 0.38 | 150 | 0.12 | 0.57 |
| Hex | 84 | 9E | 91 | 10 | 0 | 8 | 26 | 96 | C | 39 |
| Octal | 204 | 236 | 221 | 20 | 0 | 10 | 46 | 226 | 14 | 71 |
| Binary | 10000100 | 10011110 | 10010001 | 10000 | 0 | 1000 | 100110 | 10010110 | 1100 | 111001 |
Color Harmonies of #849E91
Complementary color
Monochromatic Colors of #849E91
Black with #849E91
Text Example
Text Example
White with #849E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E91; }
p { color: rgb(132,158,145); }
H1.HeaderClassName
{
color: #849E91;
}
.AnyTagClassName
{
color: #849E91;
}
</style>
background-color css
<style>
a { background-color: #849E91; }
a { background-color: rgb(132,158,145); }
div.DivClassName
{
background-color: #849E91;
}
.BgClassName
{
background-color: #849E91;
}
</style>
border-color css
<style>
span { border-color: #849E91; }
span { border-color: rgb(132,158,145); }
td.TdClassName
{
border-color: #849E91;
}
.TagClassName
{
border-color: #849E91;
}
</style>