Shades of Padua #84BB94
Tints of Padua #84BB94
RGB
CMYK
RGB Variations
Color information
#84BB94 (or 0x84BB94) is known color: Padua. HEX triplet: 84, BB and 94. RGB value is (132,187,148). Sum of RGB (Red+Green+Blue) = 132+187+148=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BB94 is #7B446B. Grayscale: #A6A6A6. Windows color (decimal): -8078444 or 9747332. OLE color: 9747332.
HSL color Cylindrical-coordinate representation of color #84BB94: hue angle of 137.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BB94 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 148 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.27 |
| HSL | 137.45º | 0.29% | 0.63% | - |
| HSV(B) | 137.45º | 0.29% | 0.73% | - |
| XYZ | 32.63 | 42.58 | 34.52 | - |
| YUV | 166.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 148 | 0.29 | 0 | 0.21 | 0.27 | 137.45 | 0.29 | 0.63 |
| Hex | 84 | BB | 94 | 1D | 0 | 15 | 1B | 89 | 1D | 3F |
| Octal | 204 | 273 | 224 | 35 | 0 | 25 | 33 | 211 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10010100 | 11101 | 0 | 10101 | 11011 | 10001001 | 11101 | 111111 |
Color Harmonies of #84BB94
Complementary color
Monochromatic Colors of #84BB94
Black with #84BB94
Text Example
Text Example
White with #84BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB94; }
p { color: rgb(132,187,148); }
H1.HeaderClassName
{
color: #84BB94;
}
.AnyTagClassName
{
color: #84BB94;
}
</style>
background-color css
<style>
a { background-color: #84BB94; }
a { background-color: rgb(132,187,148); }
div.DivClassName
{
background-color: #84BB94;
}
.BgClassName
{
background-color: #84BB94;
}
</style>
border-color css
<style>
span { border-color: #84BB94; }
span { border-color: rgb(132,187,148); }
td.TdClassName
{
border-color: #84BB94;
}
.TagClassName
{
border-color: #84BB94;
}
</style>