Shades of Padua #87B49C
Tints of Padua #87B49C
RGB
CMYK
RGB Variations
Color information
#87B49C (or 0x87B49C) is known color: Padua. HEX triplet: 87, B4 and 9C. RGB value is (135,180,156). Sum of RGB (Red+Green+Blue) = 135+180+156=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #87B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B49C is #784B63. Grayscale: #A3A3A3. Windows color (decimal): -7883620 or 10269831. OLE color: 10269831.
HSL color Cylindrical-coordinate representation of color #87B49C: hue angle of 148º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87B49C is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 180 | 156 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.29 |
| HSL | 148º | 0.23% | 0.62% | - |
| HSV(B) | 148º | 0.25% | 0.71% | - |
| XYZ | 32.31 | 40.19 | 37.51 | - |
| YUV | 163.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 180 | 156 | 0.25 | 0 | 0.13 | 0.29 | 148 | 0.23 | 0.62 |
| Hex | 87 | B4 | 9C | 19 | 0 | D | 1D | 94 | 17 | 3E |
| Octal | 207 | 264 | 234 | 31 | 0 | 15 | 35 | 224 | 27 | 76 |
| Binary | 10000111 | 10110100 | 10011100 | 11001 | 0 | 1101 | 11101 | 10010100 | 10111 | 111110 |
Color Harmonies of #87B49C
Complementary color
Monochromatic Colors of #87B49C
Black with #87B49C
Text Example
Text Example
White with #87B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B49C; }
p { color: rgb(135,180,156); }
H1.HeaderClassName
{
color: #87B49C;
}
.AnyTagClassName
{
color: #87B49C;
}
</style>
background-color css
<style>
a { background-color: #87B49C; }
a { background-color: rgb(135,180,156); }
div.DivClassName
{
background-color: #87B49C;
}
.BgClassName
{
background-color: #87B49C;
}
</style>
border-color css
<style>
span { border-color: #87B49C; }
span { border-color: rgb(135,180,156); }
td.TdClassName
{
border-color: #87B49C;
}
.TagClassName
{
border-color: #87B49C;
}
</style>