Shades of Wasabi #85943B
Tints of Wasabi #85943B
RGB
CMYK
RGB Variations
Color information
#85943B (or 0x85943B) is known color: Wasabi. HEX triplet: 85, 94 and 3B. RGB value is (133,148,59). Sum of RGB (Red+Green+Blue) = 133+148+59=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #85943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85943B is #7A6BC4. Grayscale: #858585. Windows color (decimal): -8022981 or 3904645. OLE color: 3904645.
HSL color Cylindrical-coordinate representation of color #85943B: hue angle of 70.11º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85943B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 59 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.42 |
| HSL | 70.11º | 0.43% | 0.41% | - |
| HSV(B) | 70.11º | 0.6% | 0.58% | - |
| XYZ | 21.05 | 26.48 | 8.14 | - |
| YUV | 133.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 59 | 0.10 | 0 | 0.60 | 0.42 | 70.11 | 0.43 | 0.41 |
| Hex | 85 | 94 | 3B | A | 0 | 3C | 2A | 46 | 2B | 29 |
| Octal | 205 | 224 | 73 | 12 | 0 | 74 | 52 | 106 | 53 | 51 |
| Binary | 10000101 | 10010100 | 111011 | 1010 | 0 | 111100 | 101010 | 1000110 | 101011 | 101001 |
Color Harmonies of #85943B
Complementary color
Monochromatic Colors of #85943B
Black with #85943B
Text Example
Text Example
White with #85943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85943B; }
p { color: rgb(133,148,59); }
H1.HeaderClassName
{
color: #85943B;
}
.AnyTagClassName
{
color: #85943B;
}
</style>
background-color css
<style>
a { background-color: #85943B; }
a { background-color: rgb(133,148,59); }
div.DivClassName
{
background-color: #85943B;
}
.BgClassName
{
background-color: #85943B;
}
</style>
border-color css
<style>
span { border-color: #85943B; }
span { border-color: rgb(133,148,59); }
td.TdClassName
{
border-color: #85943B;
}
.TagClassName
{
border-color: #85943B;
}
</style>