Shades of Padua #84BC98
Tints of Padua #84BC98
RGB
CMYK
RGB Variations
Color information
#84BC98 (or 0x84BC98) is known color: Padua. HEX triplet: 84, BC and 98. RGB value is (132,188,152). Sum of RGB (Red+Green+Blue) = 132+188+152=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC98 is #7B4367. Grayscale: #A7A7A7. Windows color (decimal): -8078184 or 10009732. OLE color: 10009732.
HSL color Cylindrical-coordinate representation of color #84BC98: hue angle of 141.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BC98 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 152 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.26 |
| HSL | 141.43º | 0.29% | 0.63% | - |
| HSV(B) | 141.43º | 0.3% | 0.74% | - |
| XYZ | 33.17 | 43.14 | 36.28 | - |
| YUV | 167.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 152 | 0.30 | 0 | 0.19 | 0.26 | 141.43 | 0.29 | 0.63 |
| Hex | 84 | BC | 98 | 1E | 0 | 13 | 1A | 8D | 1D | 3F |
| Octal | 204 | 274 | 230 | 36 | 0 | 23 | 32 | 215 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10011000 | 11110 | 0 | 10011 | 11010 | 10001101 | 11101 | 111111 |
Color Harmonies of #84BC98
Complementary color
Monochromatic Colors of #84BC98
Black with #84BC98
Text Example
Text Example
White with #84BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC98; }
p { color: rgb(132,188,152); }
H1.HeaderClassName
{
color: #84BC98;
}
.AnyTagClassName
{
color: #84BC98;
}
</style>
background-color css
<style>
a { background-color: #84BC98; }
a { background-color: rgb(132,188,152); }
div.DivClassName
{
background-color: #84BC98;
}
.BgClassName
{
background-color: #84BC98;
}
</style>
border-color css
<style>
span { border-color: #84BC98; }
span { border-color: rgb(132,188,152); }
td.TdClassName
{
border-color: #84BC98;
}
.TagClassName
{
border-color: #84BC98;
}
</style>