Shades of Padua #84B89B
Tints of Padua #84B89B
RGB
CMYK
RGB Variations
Color information
#84B89B (or 0x84B89B) is known color: Padua. HEX triplet: 84, B8 and 9B. RGB value is (132,184,155). Sum of RGB (Red+Green+Blue) = 132+184+155=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #84B89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B89B is #7B4764. Grayscale: #A5A5A5. Windows color (decimal): -8079205 or 10205316. OLE color: 10205316.
HSL color Cylindrical-coordinate representation of color #84B89B: hue angle of 146.54º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B89B is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 155 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.28 |
| HSL | 146.54º | 0.27% | 0.62% | - |
| HSV(B) | 146.54º | 0.28% | 0.72% | - |
| XYZ | 32.57 | 41.55 | 37.31 | - |
| YUV | 165.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 155 | 0.28 | 0 | 0.16 | 0.28 | 146.54 | 0.27 | 0.62 |
| Hex | 84 | B8 | 9B | 1C | 0 | 10 | 1C | 93 | 1B | 3E |
| Octal | 204 | 270 | 233 | 34 | 0 | 20 | 34 | 223 | 33 | 76 |
| Binary | 10000100 | 10111000 | 10011011 | 11100 | 0 | 10000 | 11100 | 10010011 | 11011 | 111110 |
Color Harmonies of #84B89B
Complementary color
Monochromatic Colors of #84B89B
Black with #84B89B
Text Example
Text Example
White with #84B89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B89B; }
p { color: rgb(132,184,155); }
H1.HeaderClassName
{
color: #84B89B;
}
.AnyTagClassName
{
color: #84B89B;
}
</style>
background-color css
<style>
a { background-color: #84B89B; }
a { background-color: rgb(132,184,155); }
div.DivClassName
{
background-color: #84B89B;
}
.BgClassName
{
background-color: #84B89B;
}
</style>
border-color css
<style>
span { border-color: #84B89B; }
span { border-color: rgb(132,184,155); }
td.TdClassName
{
border-color: #84B89B;
}
.TagClassName
{
border-color: #84B89B;
}
</style>