Shades of Wasabi #818D32
Tints of Wasabi #818D32
RGB
CMYK
RGB Variations
Color information
#818D32 (or 0x818D32) is known color: Wasabi. HEX triplet: 81, 8D and 32. RGB value is (129,141,50). Sum of RGB (Red+Green+Blue) = 129+141+50=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #818D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818D32 is #7E72CD. Grayscale: #7F7F7F. Windows color (decimal): -8286926 or 3313025. OLE color: 3313025.
HSL color Cylindrical-coordinate representation of color #818D32: hue angle of 67.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #818D32 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 50 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.45 |
| HSL | 67.91º | 0.48% | 0.37% | - |
| HSV(B) | 67.91º | 0.65% | 0.55% | - |
| XYZ | 19.15 | 23.95 | 6.63 | - |
| YUV | 127.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 50 | 0.09 | 0 | 0.65 | 0.45 | 67.91 | 0.48 | 0.37 |
| Hex | 81 | 8D | 32 | 9 | 0 | 41 | 2D | 44 | 30 | 25 |
| Octal | 201 | 215 | 62 | 11 | 0 | 101 | 55 | 104 | 60 | 45 |
| Binary | 10000001 | 10001101 | 110010 | 1001 | 0 | 1000001 | 101101 | 1000100 | 110000 | 100101 |
Color Harmonies of #818D32
Complementary color
Monochromatic Colors of #818D32
Black with #818D32
Text Example
Text Example
White with #818D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D32; }
p { color: rgb(129,141,50); }
H1.HeaderClassName
{
color: #818D32;
}
.AnyTagClassName
{
color: #818D32;
}
</style>
background-color css
<style>
a { background-color: #818D32; }
a { background-color: rgb(129,141,50); }
div.DivClassName
{
background-color: #818D32;
}
.BgClassName
{
background-color: #818D32;
}
</style>
border-color css
<style>
span { border-color: #818D32; }
span { border-color: rgb(129,141,50); }
td.TdClassName
{
border-color: #818D32;
}
.TagClassName
{
border-color: #818D32;
}
</style>