Shades of Wasabi #819B44
Tints of Wasabi #819B44
RGB
CMYK
RGB Variations
Color information
#819B44 (or 0x819B44) is known color: Wasabi. HEX triplet: 81, 9B and 44. RGB value is (129,155,68). Sum of RGB (Red+Green+Blue) = 129+155+68=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #819B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819B44 is #7E64BB. Grayscale: #898989. Windows color (decimal): -8283324 or 4496257. OLE color: 4496257.
HSL color Cylindrical-coordinate representation of color #819B44: hue angle of 77.93º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #819B44 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 68 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.39 |
| HSL | 77.93º | 0.39% | 0.44% | - |
| HSV(B) | 77.93º | 0.56% | 0.61% | - |
| XYZ | 21.82 | 28.53 | 9.83 | - |
| YUV | 137.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 68 | 0.17 | 0 | 0.56 | 0.39 | 77.93 | 0.39 | 0.44 |
| Hex | 81 | 9B | 44 | 11 | 0 | 38 | 27 | 4E | 27 | 2C |
| Octal | 201 | 233 | 104 | 21 | 0 | 70 | 47 | 116 | 47 | 54 |
| Binary | 10000001 | 10011011 | 1000100 | 10001 | 0 | 111000 | 100111 | 1001110 | 100111 | 101100 |
Color Harmonies of #819B44
Complementary color
Monochromatic Colors of #819B44
Black with #819B44
Text Example
Text Example
White with #819B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B44; }
p { color: rgb(129,155,68); }
H1.HeaderClassName
{
color: #819B44;
}
.AnyTagClassName
{
color: #819B44;
}
</style>
background-color css
<style>
a { background-color: #819B44; }
a { background-color: rgb(129,155,68); }
div.DivClassName
{
background-color: #819B44;
}
.BgClassName
{
background-color: #819B44;
}
</style>
border-color css
<style>
span { border-color: #819B44; }
span { border-color: rgb(129,155,68); }
td.TdClassName
{
border-color: #819B44;
}
.TagClassName
{
border-color: #819B44;
}
</style>