Shades of Wasabi #819948
Tints of Wasabi #819948
RGB
CMYK
RGB Variations
Color information
#819948 (or 0x819948) is known color: Wasabi. HEX triplet: 81, 99 and 48. RGB value is (129,153,72). Sum of RGB (Red+Green+Blue) = 129+153+72=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #819948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819948 is #7E66B7. Grayscale: #888888. Windows color (decimal): -8283832 or 4757889. OLE color: 4757889.
HSL color Cylindrical-coordinate representation of color #819948: hue angle of 77.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #819948 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 72 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.4 |
| HSL | 77.78º | 0.36% | 0.44% | - |
| HSV(B) | 77.78º | 0.53% | 0.6% | - |
| XYZ | 21.61 | 27.92 | 10.38 | - |
| YUV | 136.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 72 | 0.16 | 0 | 0.53 | 0.4 | 77.78 | 0.36 | 0.44 |
| Hex | 81 | 99 | 48 | 10 | 0 | 35 | 28 | 4E | 24 | 2C |
| Octal | 201 | 231 | 110 | 20 | 0 | 65 | 50 | 116 | 44 | 54 |
| Binary | 10000001 | 10011001 | 1001000 | 10000 | 0 | 110101 | 101000 | 1001110 | 100100 | 101100 |
Color Harmonies of #819948
Complementary color
Monochromatic Colors of #819948
Black with #819948
Text Example
Text Example
White with #819948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819948; }
p { color: rgb(129,153,72); }
H1.HeaderClassName
{
color: #819948;
}
.AnyTagClassName
{
color: #819948;
}
</style>
background-color css
<style>
a { background-color: #819948; }
a { background-color: rgb(129,153,72); }
div.DivClassName
{
background-color: #819948;
}
.BgClassName
{
background-color: #819948;
}
</style>
border-color css
<style>
span { border-color: #819948; }
span { border-color: rgb(129,153,72); }
td.TdClassName
{
border-color: #819948;
}
.TagClassName
{
border-color: #819948;
}
</style>