Shades of Wasabi #858A33
Tints of Wasabi #858A33
RGB
CMYK
RGB Variations
Color information
#858A33 (or 0x858A33) is known color: Wasabi. HEX triplet: 85, 8A and 33. RGB value is (133,138,51). Sum of RGB (Red+Green+Blue) = 133+138+51=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #858A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A33 is #7A75CC. Grayscale: #7E7E7E. Windows color (decimal): -8025549 or 3377797. OLE color: 3377797.
HSL color Cylindrical-coordinate representation of color #858A33: hue angle of 63.45º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #858A33 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 51 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.46 |
| HSL | 63.45º | 0.46% | 0.37% | - |
| HSV(B) | 63.45º | 0.63% | 0.54% | - |
| XYZ | 19.36 | 23.4 | 6.63 | - |
| YUV | 126.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 51 | 0.04 | 0 | 0.63 | 0.46 | 63.45 | 0.46 | 0.37 |
| Hex | 85 | 8A | 33 | 4 | 0 | 3F | 2E | 3F | 2E | 25 |
| Octal | 205 | 212 | 63 | 4 | 0 | 77 | 56 | 77 | 56 | 45 |
| Binary | 10000101 | 10001010 | 110011 | 100 | 0 | 111111 | 101110 | 111111 | 101110 | 100101 |
Color Harmonies of #858A33
Complementary color
Monochromatic Colors of #858A33
Black with #858A33
Text Example
Text Example
White with #858A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A33; }
p { color: rgb(133,138,51); }
H1.HeaderClassName
{
color: #858A33;
}
.AnyTagClassName
{
color: #858A33;
}
</style>
background-color css
<style>
a { background-color: #858A33; }
a { background-color: rgb(133,138,51); }
div.DivClassName
{
background-color: #858A33;
}
.BgClassName
{
background-color: #858A33;
}
</style>
border-color css
<style>
span { border-color: #858A33; }
span { border-color: rgb(133,138,51); }
td.TdClassName
{
border-color: #858A33;
}
.TagClassName
{
border-color: #858A33;
}
</style>