Shades of Wasabi #849B3B
Tints of Wasabi #849B3B
RGB
CMYK
RGB Variations
Color information
#849B3B (or 0x849B3B) is known color: Wasabi. HEX triplet: 84, 9B and 3B. RGB value is (132,155,59). Sum of RGB (Red+Green+Blue) = 132+155+59=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #849B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B3B is #7B64C4. Grayscale: #898989. Windows color (decimal): -8086725 or 3906436. OLE color: 3906436.
HSL color Cylindrical-coordinate representation of color #849B3B: hue angle of 74.37º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #849B3B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 59 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.39 |
| HSL | 74.37º | 0.45% | 0.42% | - |
| HSV(B) | 74.37º | 0.62% | 0.61% | - |
| XYZ | 22.03 | 28.66 | 8.51 | - |
| YUV | 137.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 59 | 0.15 | 0 | 0.62 | 0.39 | 74.37 | 0.45 | 0.42 |
| Hex | 84 | 9B | 3B | F | 0 | 3E | 27 | 4A | 2D | 2A |
| Octal | 204 | 233 | 73 | 17 | 0 | 76 | 47 | 112 | 55 | 52 |
| Binary | 10000100 | 10011011 | 111011 | 1111 | 0 | 111110 | 100111 | 1001010 | 101101 | 101010 |
Color Harmonies of #849B3B
Complementary color
Monochromatic Colors of #849B3B
Black with #849B3B
Text Example
Text Example
White with #849B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B3B; }
p { color: rgb(132,155,59); }
H1.HeaderClassName
{
color: #849B3B;
}
.AnyTagClassName
{
color: #849B3B;
}
</style>
background-color css
<style>
a { background-color: #849B3B; }
a { background-color: rgb(132,155,59); }
div.DivClassName
{
background-color: #849B3B;
}
.BgClassName
{
background-color: #849B3B;
}
</style>
border-color css
<style>
span { border-color: #849B3B; }
span { border-color: rgb(132,155,59); }
td.TdClassName
{
border-color: #849B3B;
}
.TagClassName
{
border-color: #849B3B;
}
</style>