Shades of Wasabi #859434
Tints of Wasabi #859434
RGB
CMYK
RGB Variations
Color information
#859434 (or 0x859434) is known color: Wasabi. HEX triplet: 85, 94 and 34. RGB value is (133,148,52). Sum of RGB (Red+Green+Blue) = 133+148+52=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #859434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859434 is #7A6BCB. Grayscale: #848484. Windows color (decimal): -8022988 or 3445893. OLE color: 3445893.
HSL color Cylindrical-coordinate representation of color #859434: hue angle of 69.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #859434 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 52 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.42 |
| HSL | 69.38º | 0.48% | 0.39% | - |
| HSV(B) | 69.38º | 0.65% | 0.58% | - |
| XYZ | 20.88 | 26.41 | 7.25 | - |
| YUV | 132.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 52 | 0.10 | 0 | 0.65 | 0.42 | 69.38 | 0.48 | 0.39 |
| Hex | 85 | 94 | 34 | A | 0 | 41 | 2A | 45 | 30 | 27 |
| Octal | 205 | 224 | 64 | 12 | 0 | 101 | 52 | 105 | 60 | 47 |
| Binary | 10000101 | 10010100 | 110100 | 1010 | 0 | 1000001 | 101010 | 1000101 | 110000 | 100111 |
Color Harmonies of #859434
Complementary color
Monochromatic Colors of #859434
Black with #859434
Text Example
Text Example
White with #859434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859434; }
p { color: rgb(133,148,52); }
H1.HeaderClassName
{
color: #859434;
}
.AnyTagClassName
{
color: #859434;
}
</style>
background-color css
<style>
a { background-color: #859434; }
a { background-color: rgb(133,148,52); }
div.DivClassName
{
background-color: #859434;
}
.BgClassName
{
background-color: #859434;
}
</style>
border-color css
<style>
span { border-color: #859434; }
span { border-color: rgb(133,148,52); }
td.TdClassName
{
border-color: #859434;
}
.TagClassName
{
border-color: #859434;
}
</style>