Shades of Wasabi #85902A
Tints of Wasabi #85902A
RGB
CMYK
RGB Variations
Color information
#85902A (or 0x85902A) is known color: Wasabi. HEX triplet: 85, 90 and 2A. RGB value is (133,144,42). Sum of RGB (Red+Green+Blue) = 133+144+42=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #85902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85902A is #7A6FD5. Grayscale: #818181. Windows color (decimal): -8024022 or 2789509. OLE color: 2789509.
HSL color Cylindrical-coordinate representation of color #85902A: hue angle of 66.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85902A is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 42 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.44 |
| HSL | 66.47º | 0.55% | 0.36% | - |
| HSV(B) | 66.47º | 0.71% | 0.56% | - |
| XYZ | 20.06 | 25.1 | 5.98 | - |
| YUV | 129.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 42 | 0.08 | 0 | 0.71 | 0.44 | 66.47 | 0.55 | 0.36 |
| Hex | 85 | 90 | 2A | 8 | 0 | 47 | 2C | 42 | 37 | 24 |
| Octal | 205 | 220 | 52 | 10 | 0 | 107 | 54 | 102 | 67 | 44 |
| Binary | 10000101 | 10010000 | 101010 | 1000 | 0 | 1000111 | 101100 | 1000010 | 110111 | 100100 |
Color Harmonies of #85902A
Complementary color
Monochromatic Colors of #85902A
Black with #85902A
Text Example
Text Example
White with #85902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85902A; }
p { color: rgb(133,144,42); }
H1.HeaderClassName
{
color: #85902A;
}
.AnyTagClassName
{
color: #85902A;
}
</style>
background-color css
<style>
a { background-color: #85902A; }
a { background-color: rgb(133,144,42); }
div.DivClassName
{
background-color: #85902A;
}
.BgClassName
{
background-color: #85902A;
}
</style>
border-color css
<style>
span { border-color: #85902A; }
span { border-color: rgb(133,144,42); }
td.TdClassName
{
border-color: #85902A;
}
.TagClassName
{
border-color: #85902A;
}
</style>