Shades of Wasabi #85904C
Tints of Wasabi #85904C
RGB
CMYK
RGB Variations
Color information
#85904C (or 0x85904C) is known color: Wasabi. HEX triplet: 85, 90 and 4C. RGB value is (133,144,76). Sum of RGB (Red+Green+Blue) = 133+144+76=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #85904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85904C is #7A6FB3. Grayscale: #858585. Windows color (decimal): -8023988 or 5017733. OLE color: 5017733.
HSL color Cylindrical-coordinate representation of color #85904C: hue angle of 69.71º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85904C is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 76 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.44 |
| HSL | 69.71º | 0.31% | 0.43% | - |
| HSV(B) | 69.71º | 0.47% | 0.56% | - |
| XYZ | 20.95 | 25.45 | 10.65 | - |
| YUV | 132.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 76 | 0.08 | 0 | 0.47 | 0.44 | 69.71 | 0.31 | 0.43 |
| Hex | 85 | 90 | 4C | 8 | 0 | 2F | 2C | 46 | 1F | 2B |
| Octal | 205 | 220 | 114 | 10 | 0 | 57 | 54 | 106 | 37 | 53 |
| Binary | 10000101 | 10010000 | 1001100 | 1000 | 0 | 101111 | 101100 | 1000110 | 11111 | 101011 |
Color Harmonies of #85904C
Complementary color
Monochromatic Colors of #85904C
Black with #85904C
Text Example
Text Example
White with #85904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85904C; }
p { color: rgb(133,144,76); }
H1.HeaderClassName
{
color: #85904C;
}
.AnyTagClassName
{
color: #85904C;
}
</style>
background-color css
<style>
a { background-color: #85904C; }
a { background-color: rgb(133,144,76); }
div.DivClassName
{
background-color: #85904C;
}
.BgClassName
{
background-color: #85904C;
}
</style>
border-color css
<style>
span { border-color: #85904C; }
span { border-color: rgb(133,144,76); }
td.TdClassName
{
border-color: #85904C;
}
.TagClassName
{
border-color: #85904C;
}
</style>