Shades of Padua #84BC9D
Tints of Padua #84BC9D
RGB
CMYK
RGB Variations
Color information
#84BC9D (or 0x84BC9D) is known color: Padua. HEX triplet: 84, BC and 9D. RGB value is (132,188,157). Sum of RGB (Red+Green+Blue) = 132+188+157=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC9D is #7B4362. Grayscale: #A7A7A7. Windows color (decimal): -8078179 or 10337412. OLE color: 10337412.
HSL color Cylindrical-coordinate representation of color #84BC9D: hue angle of 146.79º 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 #84BC9D is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 157 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.26 |
| HSL | 146.79º | 0.29% | 0.63% | - |
| HSV(B) | 146.79º | 0.3% | 0.74% | - |
| XYZ | 33.58 | 43.31 | 38.49 | - |
| YUV | 167.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 157 | 0.30 | 0 | 0.16 | 0.26 | 146.79 | 0.29 | 0.63 |
| Hex | 84 | BC | 9D | 1E | 0 | 10 | 1A | 93 | 1D | 3F |
| Octal | 204 | 274 | 235 | 36 | 0 | 20 | 32 | 223 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10011101 | 11110 | 0 | 10000 | 11010 | 10010011 | 11101 | 111111 |
Color Harmonies of #84BC9D
Complementary color
Monochromatic Colors of #84BC9D
Black with #84BC9D
Text Example
Text Example
White with #84BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC9D; }
p { color: rgb(132,188,157); }
H1.HeaderClassName
{
color: #84BC9D;
}
.AnyTagClassName
{
color: #84BC9D;
}
</style>
background-color css
<style>
a { background-color: #84BC9D; }
a { background-color: rgb(132,188,157); }
div.DivClassName
{
background-color: #84BC9D;
}
.BgClassName
{
background-color: #84BC9D;
}
</style>
border-color css
<style>
span { border-color: #84BC9D; }
span { border-color: rgb(132,188,157); }
td.TdClassName
{
border-color: #84BC9D;
}
.TagClassName
{
border-color: #84BC9D;
}
</style>