Shades of Wasabi #85984B
Tints of Wasabi #85984B
RGB
CMYK
RGB Variations
Color information
#85984B (or 0x85984B) is known color: Wasabi. HEX triplet: 85, 98 and 4B. RGB value is (133,152,75). Sum of RGB (Red+Green+Blue) = 133+152+75=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #85984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85984B is #7A67B4. Grayscale: #898989. Windows color (decimal): -8021941 or 4954245. OLE color: 4954245.
HSL color Cylindrical-coordinate representation of color #85984B: hue angle of 74.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85984B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 75 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.40 |
| HSL | 74.81º | 0.34% | 0.45% | - |
| HSV(B) | 74.81º | 0.51% | 0.6% | - |
| XYZ | 22.17 | 27.95 | 10.88 | - |
| YUV | 137.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 75 | 0.13 | 0 | 0.51 | 0.40 | 74.81 | 0.34 | 0.45 |
| Hex | 85 | 98 | 4B | D | 0 | 33 | 28 | 4B | 22 | 2D |
| Octal | 205 | 230 | 113 | 15 | 0 | 63 | 50 | 113 | 42 | 55 |
| Binary | 10000101 | 10011000 | 1001011 | 1101 | 0 | 110011 | 101000 | 1001011 | 100010 | 101101 |
Color Harmonies of #85984B
Complementary color
Monochromatic Colors of #85984B
Black with #85984B
Text Example
Text Example
White with #85984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85984B; }
p { color: rgb(133,152,75); }
H1.HeaderClassName
{
color: #85984B;
}
.AnyTagClassName
{
color: #85984B;
}
</style>
background-color css
<style>
a { background-color: #85984B; }
a { background-color: rgb(133,152,75); }
div.DivClassName
{
background-color: #85984B;
}
.BgClassName
{
background-color: #85984B;
}
</style>
border-color css
<style>
span { border-color: #85984B; }
span { border-color: rgb(133,152,75); }
td.TdClassName
{
border-color: #85984B;
}
.TagClassName
{
border-color: #85984B;
}
</style>