Shades of Padua #84B09B
Tints of Padua #84B09B
RGB
CMYK
RGB Variations
Color information
#84B09B (or 0x84B09B) is known color: Padua. HEX triplet: 84, B0 and 9B. RGB value is (132,176,155). Sum of RGB (Red+Green+Blue) = 132+176+155=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #84B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B09B is #7B4F64. Grayscale: #A0A0A0. Windows color (decimal): -8081253 or 10203268. OLE color: 10203268.
HSL color Cylindrical-coordinate representation of color #84B09B: hue angle of 151.36º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B09B is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 155 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.31 |
| HSL | 151.36º | 0.22% | 0.6% | - |
| HSV(B) | 151.36º | 0.25% | 0.69% | - |
| XYZ | 30.96 | 38.32 | 36.78 | - |
| YUV | 160.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 155 | 0.25 | 0 | 0.12 | 0.31 | 151.36 | 0.22 | 0.6 |
| Hex | 84 | B0 | 9B | 19 | 0 | C | 1F | 97 | 16 | 3C |
| Octal | 204 | 260 | 233 | 31 | 0 | 14 | 37 | 227 | 26 | 74 |
| Binary | 10000100 | 10110000 | 10011011 | 11001 | 0 | 1100 | 11111 | 10010111 | 10110 | 111100 |
Color Harmonies of #84B09B
Complementary color
Monochromatic Colors of #84B09B
Black with #84B09B
Text Example
Text Example
White with #84B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B09B; }
p { color: rgb(132,176,155); }
H1.HeaderClassName
{
color: #84B09B;
}
.AnyTagClassName
{
color: #84B09B;
}
</style>
background-color css
<style>
a { background-color: #84B09B; }
a { background-color: rgb(132,176,155); }
div.DivClassName
{
background-color: #84B09B;
}
.BgClassName
{
background-color: #84B09B;
}
</style>
border-color css
<style>
span { border-color: #84B09B; }
span { border-color: rgb(132,176,155); }
td.TdClassName
{
border-color: #84B09B;
}
.TagClassName
{
border-color: #84B09B;
}
</style>