Shades of Wasabi #81923E
Tints of Wasabi #81923E
RGB
CMYK
RGB Variations
Color information
#81923E (or 0x81923E) is known color: Wasabi. HEX triplet: 81, 92 and 3E. RGB value is (129,146,62). Sum of RGB (Red+Green+Blue) = 129+146+62=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #81923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81923E is #7E6DC1. Grayscale: #838383. Windows color (decimal): -8285634 or 4100737. OLE color: 4100737.
HSL color Cylindrical-coordinate representation of color #81923E: hue angle of 72.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81923E is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 146 | 62 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.43 |
| HSL | 72.14º | 0.4% | 0.41% | - |
| HSV(B) | 72.14º | 0.58% | 0.57% | - |
| XYZ | 20.2 | 25.57 | 8.43 | - |
| YUV | 131.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 62 | 0.12 | 0 | 0.58 | 0.43 | 72.14 | 0.4 | 0.41 |
| Hex | 81 | 92 | 3E | C | 0 | 3A | 2B | 48 | 28 | 29 |
| Octal | 201 | 222 | 76 | 14 | 0 | 72 | 53 | 110 | 50 | 51 |
| Binary | 10000001 | 10010010 | 111110 | 1100 | 0 | 111010 | 101011 | 1001000 | 101000 | 101001 |
Color Harmonies of #81923E
Complementary color
Monochromatic Colors of #81923E
Black with #81923E
Text Example
Text Example
White with #81923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81923E; }
p { color: rgb(129,146,62); }
H1.HeaderClassName
{
color: #81923E;
}
.AnyTagClassName
{
color: #81923E;
}
</style>
background-color css
<style>
a { background-color: #81923E; }
a { background-color: rgb(129,146,62); }
div.DivClassName
{
background-color: #81923E;
}
.BgClassName
{
background-color: #81923E;
}
</style>
border-color css
<style>
span { border-color: #81923E; }
span { border-color: rgb(129,146,62); }
td.TdClassName
{
border-color: #81923E;
}
.TagClassName
{
border-color: #81923E;
}
</style>