Shades of Wasabi #81934A
Tints of Wasabi #81934A
RGB
CMYK
RGB Variations
Color information
#81934A (or 0x81934A) is known color: Wasabi. HEX triplet: 81, 93 and 4A. RGB value is (129,147,74). Sum of RGB (Red+Green+Blue) = 129+147+74=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #81934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81934A is #7E6CB5. Grayscale: #858585. Windows color (decimal): -8285366 or 4887425. OLE color: 4887425.
HSL color Cylindrical-coordinate representation of color #81934A: hue angle of 74.79º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81934A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 74 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.42 |
| HSL | 74.79º | 0.33% | 0.43% | - |
| HSV(B) | 74.79º | 0.5% | 0.58% | - |
| XYZ | 20.72 | 26.03 | 10.41 | - |
| YUV | 133.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 74 | 0.12 | 0 | 0.50 | 0.42 | 74.79 | 0.33 | 0.43 |
| Hex | 81 | 93 | 4A | C | 0 | 32 | 2A | 4B | 21 | 2B |
| Octal | 201 | 223 | 112 | 14 | 0 | 62 | 52 | 113 | 41 | 53 |
| Binary | 10000001 | 10010011 | 1001010 | 1100 | 0 | 110010 | 101010 | 1001011 | 100001 | 101011 |
Color Harmonies of #81934A
Complementary color
Monochromatic Colors of #81934A
Black with #81934A
Text Example
Text Example
White with #81934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81934A; }
p { color: rgb(129,147,74); }
H1.HeaderClassName
{
color: #81934A;
}
.AnyTagClassName
{
color: #81934A;
}
</style>
background-color css
<style>
a { background-color: #81934A; }
a { background-color: rgb(129,147,74); }
div.DivClassName
{
background-color: #81934A;
}
.BgClassName
{
background-color: #81934A;
}
</style>
border-color css
<style>
span { border-color: #81934A; }
span { border-color: rgb(129,147,74); }
td.TdClassName
{
border-color: #81934A;
}
.TagClassName
{
border-color: #81934A;
}
</style>