Shades of Padua #81BA93
Tints of Padua #81BA93
RGB
CMYK
RGB Variations
Color information
#81BA93 (or 0x81BA93) is known color: Padua. HEX triplet: 81, BA and 93. RGB value is (129,186,147). Sum of RGB (Red+Green+Blue) = 129+186+147=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BA93 is #7E456C. Grayscale: #A4A4A4. Windows color (decimal): -8275309 or 9681537. OLE color: 9681537.
HSL color Cylindrical-coordinate representation of color #81BA93: hue angle of 138.95º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BA93 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 147 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.27 |
| HSL | 138.95º | 0.29% | 0.62% | - |
| HSV(B) | 138.95º | 0.31% | 0.73% | - |
| XYZ | 31.88 | 41.89 | 34.01 | - |
| YUV | 164.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 147 | 0.31 | 0 | 0.21 | 0.27 | 138.95 | 0.29 | 0.62 |
| Hex | 81 | BA | 93 | 1F | 0 | 15 | 1B | 8B | 1D | 3E |
| Octal | 201 | 272 | 223 | 37 | 0 | 25 | 33 | 213 | 35 | 76 |
| Binary | 10000001 | 10111010 | 10010011 | 11111 | 0 | 10101 | 11011 | 10001011 | 11101 | 111110 |
Color Harmonies of #81BA93
Complementary color
Monochromatic Colors of #81BA93
Black with #81BA93
Text Example
Text Example
White with #81BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA93; }
p { color: rgb(129,186,147); }
H1.HeaderClassName
{
color: #81BA93;
}
.AnyTagClassName
{
color: #81BA93;
}
</style>
background-color css
<style>
a { background-color: #81BA93; }
a { background-color: rgb(129,186,147); }
div.DivClassName
{
background-color: #81BA93;
}
.BgClassName
{
background-color: #81BA93;
}
</style>
border-color css
<style>
span { border-color: #81BA93; }
span { border-color: rgb(129,186,147); }
td.TdClassName
{
border-color: #81BA93;
}
.TagClassName
{
border-color: #81BA93;
}
</style>