Shades of Wasabi #859B4A
Tints of Wasabi #859B4A
RGB
CMYK
RGB Variations
Color information
#859B4A (or 0x859B4A) is known color: Wasabi. HEX triplet: 85, 9B and 4A. RGB value is (133,155,74). Sum of RGB (Red+Green+Blue) = 133+155+74=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #859B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B4A is #7A64B5. Grayscale: #8B8B8B. Windows color (decimal): -8021174 or 4889477. OLE color: 4889477.
HSL color Cylindrical-coordinate representation of color #859B4A: hue angle of 76.3º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #859B4A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 74 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.39 |
| HSL | 76.3º | 0.35% | 0.45% | - |
| HSV(B) | 76.3º | 0.52% | 0.61% | - |
| XYZ | 22.63 | 28.92 | 10.87 | - |
| YUV | 139.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 74 | 0.14 | 0 | 0.52 | 0.39 | 76.3 | 0.35 | 0.45 |
| Hex | 85 | 9B | 4A | E | 0 | 34 | 27 | 4C | 23 | 2D |
| Octal | 205 | 233 | 112 | 16 | 0 | 64 | 47 | 114 | 43 | 55 |
| Binary | 10000101 | 10011011 | 1001010 | 1110 | 0 | 110100 | 100111 | 1001100 | 100011 | 101101 |
Color Harmonies of #859B4A
Complementary color
Monochromatic Colors of #859B4A
Black with #859B4A
Text Example
Text Example
White with #859B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B4A; }
p { color: rgb(133,155,74); }
H1.HeaderClassName
{
color: #859B4A;
}
.AnyTagClassName
{
color: #859B4A;
}
</style>
background-color css
<style>
a { background-color: #859B4A; }
a { background-color: rgb(133,155,74); }
div.DivClassName
{
background-color: #859B4A;
}
.BgClassName
{
background-color: #859B4A;
}
</style>
border-color css
<style>
span { border-color: #859B4A; }
span { border-color: rgb(133,155,74); }
td.TdClassName
{
border-color: #859B4A;
}
.TagClassName
{
border-color: #859B4A;
}
</style>