Shades of Wasabi #85954C
Tints of Wasabi #85954C
RGB
CMYK
RGB Variations
Color information
#85954C (or 0x85954C) is known color: Wasabi. HEX triplet: 85, 95 and 4C. RGB value is (133,149,76). Sum of RGB (Red+Green+Blue) = 133+149+76=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #85954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85954C is #7A6AB3. Grayscale: #888888. Windows color (decimal): -8022708 or 5019013. OLE color: 5019013.
HSL color Cylindrical-coordinate representation of color #85954C: hue angle of 73.15º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85954C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 76 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.42 |
| HSL | 73.15º | 0.32% | 0.44% | - |
| HSV(B) | 73.15º | 0.49% | 0.58% | - |
| XYZ | 21.72 | 27 | 10.9 | - |
| YUV | 135.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 76 | 0.11 | 0 | 0.49 | 0.42 | 73.15 | 0.32 | 0.44 |
| Hex | 85 | 95 | 4C | B | 0 | 31 | 2A | 49 | 20 | 2C |
| Octal | 205 | 225 | 114 | 13 | 0 | 61 | 52 | 111 | 40 | 54 |
| Binary | 10000101 | 10010101 | 1001100 | 1011 | 0 | 110001 | 101010 | 1001001 | 100000 | 101100 |
Color Harmonies of #85954C
Complementary color
Monochromatic Colors of #85954C
Black with #85954C
Text Example
Text Example
White with #85954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85954C; }
p { color: rgb(133,149,76); }
H1.HeaderClassName
{
color: #85954C;
}
.AnyTagClassName
{
color: #85954C;
}
</style>
background-color css
<style>
a { background-color: #85954C; }
a { background-color: rgb(133,149,76); }
div.DivClassName
{
background-color: #85954C;
}
.BgClassName
{
background-color: #85954C;
}
</style>
border-color css
<style>
span { border-color: #85954C; }
span { border-color: rgb(133,149,76); }
td.TdClassName
{
border-color: #85954C;
}
.TagClassName
{
border-color: #85954C;
}
</style>