Shades of Acapulco #829F91
Tints of Acapulco #829F91
RGB
CMYK
RGB Variations
Color information
#829F91 (or 0x829F91) is known color: Acapulco. HEX triplet: 82, 9F and 91. RGB value is (130,159,145). Sum of RGB (Red+Green+Blue) = 130+159+145=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #829F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F91 is #7D606E. Grayscale: #949494. Windows color (decimal): -8216687 or 9543554. OLE color: 9543554.
HSL color Cylindrical-coordinate representation of color #829F91: hue angle of 151.03º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829F91 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 145 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.38 |
| HSL | 151.03º | 0.13% | 0.57% | - |
| HSV(B) | 151.03º | 0.18% | 0.62% | - |
| XYZ | 26.71 | 31.59 | 31.48 | - |
| YUV | 148.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 145 | 0.18 | 0 | 0.09 | 0.38 | 151.03 | 0.13 | 0.57 |
| Hex | 82 | 9F | 91 | 12 | 0 | 9 | 26 | 97 | D | 39 |
| Octal | 202 | 237 | 221 | 22 | 0 | 11 | 46 | 227 | 15 | 71 |
| Binary | 10000010 | 10011111 | 10010001 | 10010 | 0 | 1001 | 100110 | 10010111 | 1101 | 111001 |
Color Harmonies of #829F91
Complementary color
Monochromatic Colors of #829F91
Black with #829F91
Text Example
Text Example
White with #829F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F91; }
p { color: rgb(130,159,145); }
H1.HeaderClassName
{
color: #829F91;
}
.AnyTagClassName
{
color: #829F91;
}
</style>
background-color css
<style>
a { background-color: #829F91; }
a { background-color: rgb(130,159,145); }
div.DivClassName
{
background-color: #829F91;
}
.BgClassName
{
background-color: #829F91;
}
</style>
border-color css
<style>
span { border-color: #829F91; }
span { border-color: rgb(130,159,145); }
td.TdClassName
{
border-color: #829F91;
}
.TagClassName
{
border-color: #829F91;
}
</style>