Shades of Wasabi #85984D
Tints of Wasabi #85984D
RGB
CMYK
RGB Variations
Color information
#85984D (or 0x85984D) is known color: Wasabi. HEX triplet: 85, 98 and 4D. RGB value is (133,152,77). Sum of RGB (Red+Green+Blue) = 133+152+77=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #85984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85984D is #7A67B2. Grayscale: #8A8A8A. Windows color (decimal): -8021939 or 5085317. OLE color: 5085317.
HSL color Cylindrical-coordinate representation of color #85984D: hue angle of 75.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85984D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 77 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.40 |
| HSL | 75.2º | 0.33% | 0.45% | - |
| HSV(B) | 75.2º | 0.49% | 0.6% | - |
| XYZ | 22.24 | 27.98 | 11.25 | - |
| YUV | 137.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 77 | 0.13 | 0 | 0.49 | 0.40 | 75.2 | 0.33 | 0.45 |
| Hex | 85 | 98 | 4D | D | 0 | 31 | 28 | 4B | 21 | 2D |
| Octal | 205 | 230 | 115 | 15 | 0 | 61 | 50 | 113 | 41 | 55 |
| Binary | 10000101 | 10011000 | 1001101 | 1101 | 0 | 110001 | 101000 | 1001011 | 100001 | 101101 |
Color Harmonies of #85984D
Complementary color
Monochromatic Colors of #85984D
Black with #85984D
Text Example
Text Example
White with #85984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85984D; }
p { color: rgb(133,152,77); }
H1.HeaderClassName
{
color: #85984D;
}
.AnyTagClassName
{
color: #85984D;
}
</style>
background-color css
<style>
a { background-color: #85984D; }
a { background-color: rgb(133,152,77); }
div.DivClassName
{
background-color: #85984D;
}
.BgClassName
{
background-color: #85984D;
}
</style>
border-color css
<style>
span { border-color: #85984D; }
span { border-color: rgb(133,152,77); }
td.TdClassName
{
border-color: #85984D;
}
.TagClassName
{
border-color: #85984D;
}
</style>