Shades of Wasabi #85933B
Tints of Wasabi #85933B
RGB
CMYK
RGB Variations
Color information
#85933B (or 0x85933B) is known color: Wasabi. HEX triplet: 85, 93 and 3B. RGB value is (133,147,59). Sum of RGB (Red+Green+Blue) = 133+147+59=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #85933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85933B is #7A6CC4. Grayscale: #858585. Windows color (decimal): -8023237 or 3904389. OLE color: 3904389.
HSL color Cylindrical-coordinate representation of color #85933B: hue angle of 69.55º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85933B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 59 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.42 |
| HSL | 69.55º | 0.43% | 0.4% | - |
| HSV(B) | 69.55º | 0.6% | 0.58% | - |
| XYZ | 20.9 | 26.17 | 8.09 | - |
| YUV | 132.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 59 | 0.10 | 0 | 0.60 | 0.42 | 69.55 | 0.43 | 0.4 |
| Hex | 85 | 93 | 3B | A | 0 | 3C | 2A | 46 | 2B | 28 |
| Octal | 205 | 223 | 73 | 12 | 0 | 74 | 52 | 106 | 53 | 50 |
| Binary | 10000101 | 10010011 | 111011 | 1010 | 0 | 111100 | 101010 | 1000110 | 101011 | 101000 |
Color Harmonies of #85933B
Complementary color
Monochromatic Colors of #85933B
Black with #85933B
Text Example
Text Example
White with #85933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85933B; }
p { color: rgb(133,147,59); }
H1.HeaderClassName
{
color: #85933B;
}
.AnyTagClassName
{
color: #85933B;
}
</style>
background-color css
<style>
a { background-color: #85933B; }
a { background-color: rgb(133,147,59); }
div.DivClassName
{
background-color: #85933B;
}
.BgClassName
{
background-color: #85933B;
}
</style>
border-color css
<style>
span { border-color: #85933B; }
span { border-color: rgb(133,147,59); }
td.TdClassName
{
border-color: #85933B;
}
.TagClassName
{
border-color: #85933B;
}
</style>