Shades of Padua #84BC96
Tints of Padua #84BC96
RGB
CMYK
RGB Variations
Color information
#84BC96 (or 0x84BC96) is known color: Padua. HEX triplet: 84, BC and 96. RGB value is (132,188,150). Sum of RGB (Red+Green+Blue) = 132+188+150=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC96 is #7B4369. Grayscale: #A7A7A7. Windows color (decimal): -8078186 or 9878660. OLE color: 9878660.
HSL color Cylindrical-coordinate representation of color #84BC96: hue angle of 139.29º 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 #84BC96 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 150 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.26 |
| HSL | 139.29º | 0.29% | 0.63% | - |
| HSV(B) | 139.29º | 0.3% | 0.74% | - |
| XYZ | 33 | 43.07 | 35.43 | - |
| YUV | 166.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 150 | 0.30 | 0 | 0.20 | 0.26 | 139.29 | 0.29 | 0.63 |
| Hex | 84 | BC | 96 | 1E | 0 | 14 | 1A | 8B | 1D | 3F |
| Octal | 204 | 274 | 226 | 36 | 0 | 24 | 32 | 213 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10010110 | 11110 | 0 | 10100 | 11010 | 10001011 | 11101 | 111111 |
Color Harmonies of #84BC96
Complementary color
Monochromatic Colors of #84BC96
Black with #84BC96
Text Example
Text Example
White with #84BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC96; }
p { color: rgb(132,188,150); }
H1.HeaderClassName
{
color: #84BC96;
}
.AnyTagClassName
{
color: #84BC96;
}
</style>
background-color css
<style>
a { background-color: #84BC96; }
a { background-color: rgb(132,188,150); }
div.DivClassName
{
background-color: #84BC96;
}
.BgClassName
{
background-color: #84BC96;
}
</style>
border-color css
<style>
span { border-color: #84BC96; }
span { border-color: rgb(132,188,150); }
td.TdClassName
{
border-color: #84BC96;
}
.TagClassName
{
border-color: #84BC96;
}
</style>