Shades of Wasabi #848A32
Tints of Wasabi #848A32
RGB
CMYK
RGB Variations
Color information
#848A32 (or 0x848A32) is known color: Wasabi. HEX triplet: 84, 8A and 32. RGB value is (132,138,50). Sum of RGB (Red+Green+Blue) = 132+138+50=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #848A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848A32 is #7B75CD. Grayscale: #7E7E7E. Windows color (decimal): -8091086 or 3312260. OLE color: 3312260.
HSL color Cylindrical-coordinate representation of color #848A32: hue angle of 64.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #848A32 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 138 | 50 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.46 |
| HSL | 64.09º | 0.47% | 0.37% | - |
| HSV(B) | 64.09º | 0.64% | 0.54% | - |
| XYZ | 19.18 | 23.31 | 6.51 | - |
| YUV | 126.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 50 | 0.04 | 0 | 0.64 | 0.46 | 64.09 | 0.47 | 0.37 |
| Hex | 84 | 8A | 32 | 4 | 0 | 40 | 2E | 40 | 2F | 25 |
| Octal | 204 | 212 | 62 | 4 | 0 | 100 | 56 | 100 | 57 | 45 |
| Binary | 10000100 | 10001010 | 110010 | 100 | 0 | 1000000 | 101110 | 1000000 | 101111 | 100101 |
Color Harmonies of #848A32
Complementary color
Monochromatic Colors of #848A32
Black with #848A32
Text Example
Text Example
White with #848A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A32; }
p { color: rgb(132,138,50); }
H1.HeaderClassName
{
color: #848A32;
}
.AnyTagClassName
{
color: #848A32;
}
</style>
background-color css
<style>
a { background-color: #848A32; }
a { background-color: rgb(132,138,50); }
div.DivClassName
{
background-color: #848A32;
}
.BgClassName
{
background-color: #848A32;
}
</style>
border-color css
<style>
span { border-color: #848A32; }
span { border-color: rgb(132,138,50); }
td.TdClassName
{
border-color: #848A32;
}
.TagClassName
{
border-color: #848A32;
}
</style>