Shades of Wasabi #848938
Tints of Wasabi #848938
RGB
CMYK
RGB Variations
Color information
#848938 (or 0x848938) is known color: Wasabi. HEX triplet: 84, 89 and 38. RGB value is (132,137,56). Sum of RGB (Red+Green+Blue) = 132+137+56=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #848938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848938 is #7B76C7. Grayscale: #7E7E7E. Windows color (decimal): -8091336 or 3705220. OLE color: 3705220.
HSL color Cylindrical-coordinate representation of color #848938: hue angle of 63.7º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #848938 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 56 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.46 |
| HSL | 63.7º | 0.42% | 0.38% | - |
| HSV(B) | 63.7º | 0.59% | 0.54% | - |
| XYZ | 19.18 | 23.08 | 7.19 | - |
| YUV | 126.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 56 | 0.04 | 0 | 0.59 | 0.46 | 63.7 | 0.42 | 0.38 |
| Hex | 84 | 89 | 38 | 4 | 0 | 3B | 2E | 40 | 2A | 26 |
| Octal | 204 | 211 | 70 | 4 | 0 | 73 | 56 | 100 | 52 | 46 |
| Binary | 10000100 | 10001001 | 111000 | 100 | 0 | 111011 | 101110 | 1000000 | 101010 | 100110 |
Color Harmonies of #848938
Complementary color
Monochromatic Colors of #848938
Black with #848938
Text Example
Text Example
White with #848938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848938; }
p { color: rgb(132,137,56); }
H1.HeaderClassName
{
color: #848938;
}
.AnyTagClassName
{
color: #848938;
}
</style>
background-color css
<style>
a { background-color: #848938; }
a { background-color: rgb(132,137,56); }
div.DivClassName
{
background-color: #848938;
}
.BgClassName
{
background-color: #848938;
}
</style>
border-color css
<style>
span { border-color: #848938; }
span { border-color: rgb(132,137,56); }
td.TdClassName
{
border-color: #848938;
}
.TagClassName
{
border-color: #848938;
}
</style>