Shades of Wasabi #85984C
Tints of Wasabi #85984C
RGB
CMYK
RGB Variations
Color information
#85984C (or 0x85984C) is known color: Wasabi. HEX triplet: 85, 98 and 4C. RGB value is (133,152,76). Sum of RGB (Red+Green+Blue) = 133+152+76=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #85984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85984C is #7A67B3. Grayscale: #898989. Windows color (decimal): -8021940 or 5019781. OLE color: 5019781.
HSL color Cylindrical-coordinate representation of color #85984C: hue angle of 75º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85984C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 76 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.40 |
| HSL | 75º | 0.33% | 0.45% | - |
| HSV(B) | 75º | 0.5% | 0.6% | - |
| XYZ | 22.21 | 27.96 | 11.06 | - |
| YUV | 137.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 76 | 0.13 | 0 | 0.50 | 0.40 | 75 | 0.33 | 0.45 |
| Hex | 85 | 98 | 4C | D | 0 | 32 | 28 | 4B | 21 | 2D |
| Octal | 205 | 230 | 114 | 15 | 0 | 62 | 50 | 113 | 41 | 55 |
| Binary | 10000101 | 10011000 | 1001100 | 1101 | 0 | 110010 | 101000 | 1001011 | 100001 | 101101 |
Color Harmonies of #85984C
Complementary color
Monochromatic Colors of #85984C
Black with #85984C
Text Example
Text Example
White with #85984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85984C; }
p { color: rgb(133,152,76); }
H1.HeaderClassName
{
color: #85984C;
}
.AnyTagClassName
{
color: #85984C;
}
</style>
background-color css
<style>
a { background-color: #85984C; }
a { background-color: rgb(133,152,76); }
div.DivClassName
{
background-color: #85984C;
}
.BgClassName
{
background-color: #85984C;
}
</style>
border-color css
<style>
span { border-color: #85984C; }
span { border-color: rgb(133,152,76); }
td.TdClassName
{
border-color: #85984C;
}
.TagClassName
{
border-color: #85984C;
}
</style>