Shades of Wasabi #858C4B
Tints of Wasabi #858C4B
RGB
CMYK
RGB Variations
Color information
#858C4B (or 0x858C4B) is known color: Wasabi. HEX triplet: 85, 8C and 4B. RGB value is (133,140,75). Sum of RGB (Red+Green+Blue) = 133+140+75=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #858C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C4B is #7A73B4. Grayscale: #828282. Windows color (decimal): -8025013 or 4951173. OLE color: 4951173.
HSL color Cylindrical-coordinate representation of color #858C4B: hue angle of 66.46º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858C4B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 75 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.45 |
| HSL | 66.46º | 0.3% | 0.42% | - |
| HSV(B) | 66.46º | 0.46% | 0.55% | - |
| XYZ | 20.32 | 24.25 | 10.27 | - |
| YUV | 130.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 75 | 0.05 | 0 | 0.46 | 0.45 | 66.46 | 0.3 | 0.42 |
| Hex | 85 | 8C | 4B | 5 | 0 | 2E | 2D | 42 | 1E | 2A |
| Octal | 205 | 214 | 113 | 5 | 0 | 56 | 55 | 102 | 36 | 52 |
| Binary | 10000101 | 10001100 | 1001011 | 101 | 0 | 101110 | 101101 | 1000010 | 11110 | 101010 |
Color Harmonies of #858C4B
Complementary color
Monochromatic Colors of #858C4B
Black with #858C4B
Text Example
Text Example
White with #858C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C4B; }
p { color: rgb(133,140,75); }
H1.HeaderClassName
{
color: #858C4B;
}
.AnyTagClassName
{
color: #858C4B;
}
</style>
background-color css
<style>
a { background-color: #858C4B; }
a { background-color: rgb(133,140,75); }
div.DivClassName
{
background-color: #858C4B;
}
.BgClassName
{
background-color: #858C4B;
}
</style>
border-color css
<style>
span { border-color: #858C4B; }
span { border-color: rgb(133,140,75); }
td.TdClassName
{
border-color: #858C4B;
}
.TagClassName
{
border-color: #858C4B;
}
</style>