Shades of Padua #84BD98
Tints of Padua #84BD98
RGB
CMYK
RGB Variations
Color information
#84BD98 (or 0x84BD98) is known color: Padua. HEX triplet: 84, BD and 98. RGB value is (132,189,152). Sum of RGB (Red+Green+Blue) = 132+189+152=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD98 is #7B4267. Grayscale: #A7A7A7. Windows color (decimal): -8077928 or 10009988. OLE color: 10009988.
HSL color Cylindrical-coordinate representation of color #84BD98: hue angle of 141.05º degrees, saturation: 0.3, 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 #84BD98 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 152 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.26 |
| HSL | 141.05º | 0.3% | 0.63% | - |
| HSV(B) | 141.05º | 0.3% | 0.74% | - |
| XYZ | 33.38 | 43.57 | 36.36 | - |
| YUV | 167.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 152 | 0.30 | 0 | 0.20 | 0.26 | 141.05 | 0.3 | 0.63 |
| Hex | 84 | BD | 98 | 1E | 0 | 14 | 1A | 8D | 1E | 3F |
| Octal | 204 | 275 | 230 | 36 | 0 | 24 | 32 | 215 | 36 | 77 |
| Binary | 10000100 | 10111101 | 10011000 | 11110 | 0 | 10100 | 11010 | 10001101 | 11110 | 111111 |
Color Harmonies of #84BD98
Complementary color
Monochromatic Colors of #84BD98
Black with #84BD98
Text Example
Text Example
White with #84BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD98; }
p { color: rgb(132,189,152); }
H1.HeaderClassName
{
color: #84BD98;
}
.AnyTagClassName
{
color: #84BD98;
}
</style>
background-color css
<style>
a { background-color: #84BD98; }
a { background-color: rgb(132,189,152); }
div.DivClassName
{
background-color: #84BD98;
}
.BgClassName
{
background-color: #84BD98;
}
</style>
border-color css
<style>
span { border-color: #84BD98; }
span { border-color: rgb(132,189,152); }
td.TdClassName
{
border-color: #84BD98;
}
.TagClassName
{
border-color: #84BD98;
}
</style>