Shades of Wasabi #859250
Tints of Wasabi #859250
RGB
CMYK
RGB Variations
Color information
#859250 (or 0x859250) is known color: Wasabi. HEX triplet: 85, 92 and 50. RGB value is (133,146,80). Sum of RGB (Red+Green+Blue) = 133+146+80=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #859250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859250 is #7A6DAF. Grayscale: #868686. Windows color (decimal): -8023472 or 5280389. OLE color: 5280389.
HSL color Cylindrical-coordinate representation of color #859250: hue angle of 71.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #859250 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 80 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.43 |
| HSL | 71.82º | 0.29% | 0.44% | - |
| HSV(B) | 71.82º | 0.45% | 0.57% | - |
| XYZ | 21.4 | 26.12 | 11.5 | - |
| YUV | 134.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 80 | 0.09 | 0 | 0.45 | 0.43 | 71.82 | 0.29 | 0.44 |
| Hex | 85 | 92 | 50 | 9 | 0 | 2D | 2B | 48 | 1D | 2C |
| Octal | 205 | 222 | 120 | 11 | 0 | 55 | 53 | 110 | 35 | 54 |
| Binary | 10000101 | 10010010 | 1010000 | 1001 | 0 | 101101 | 101011 | 1001000 | 11101 | 101100 |
Color Harmonies of #859250
Complementary color
Monochromatic Colors of #859250
Black with #859250
Text Example
Text Example
White with #859250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859250; }
p { color: rgb(133,146,80); }
H1.HeaderClassName
{
color: #859250;
}
.AnyTagClassName
{
color: #859250;
}
</style>
background-color css
<style>
a { background-color: #859250; }
a { background-color: rgb(133,146,80); }
div.DivClassName
{
background-color: #859250;
}
.BgClassName
{
background-color: #859250;
}
</style>
border-color css
<style>
span { border-color: #859250; }
span { border-color: rgb(133,146,80); }
td.TdClassName
{
border-color: #859250;
}
.TagClassName
{
border-color: #859250;
}
</style>