Shades of Wasabi #81884C
Tints of Wasabi #81884C
RGB
CMYK
RGB Variations
Color information
#81884C (or 0x81884C) is known color: Wasabi. HEX triplet: 81, 88 and 4C. RGB value is (129,136,76). Sum of RGB (Red+Green+Blue) = 129+136+76=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #81884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81884C is #7E77B3. Grayscale: #7F7F7F. Windows color (decimal): -8288180 or 5015681. OLE color: 5015681.
HSL color Cylindrical-coordinate representation of color #81884C: hue angle of 67º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81884C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 76 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.47 |
| HSL | 67º | 0.28% | 0.42% | - |
| HSV(B) | 67º | 0.44% | 0.53% | - |
| XYZ | 19.16 | 22.8 | 10.23 | - |
| YUV | 127.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 76 | 0.05 | 0 | 0.44 | 0.47 | 67 | 0.28 | 0.42 |
| Hex | 81 | 88 | 4C | 5 | 0 | 2C | 2F | 43 | 1C | 2A |
| Octal | 201 | 210 | 114 | 5 | 0 | 54 | 57 | 103 | 34 | 52 |
| Binary | 10000001 | 10001000 | 1001100 | 101 | 0 | 101100 | 101111 | 1000011 | 11100 | 101010 |
Color Harmonies of #81884C
Complementary color
Monochromatic Colors of #81884C
Black with #81884C
Text Example
Text Example
White with #81884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81884C; }
p { color: rgb(129,136,76); }
H1.HeaderClassName
{
color: #81884C;
}
.AnyTagClassName
{
color: #81884C;
}
</style>
background-color css
<style>
a { background-color: #81884C; }
a { background-color: rgb(129,136,76); }
div.DivClassName
{
background-color: #81884C;
}
.BgClassName
{
background-color: #81884C;
}
</style>
border-color css
<style>
span { border-color: #81884C; }
span { border-color: rgb(129,136,76); }
td.TdClassName
{
border-color: #81884C;
}
.TagClassName
{
border-color: #81884C;
}
</style>