Shades of Wasabi #869231
Tints of Wasabi #869231
RGB
CMYK
RGB Variations
Color information
#869231 (or 0x869231) is known color: Wasabi. HEX triplet: 86, 92 and 31. RGB value is (134,146,49). Sum of RGB (Red+Green+Blue) = 134+146+49=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #869231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869231 is #796DCE. Grayscale: #838383. Windows color (decimal): -7957967 or 3248774. OLE color: 3248774.
HSL color Cylindrical-coordinate representation of color #869231: hue angle of 67.42º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #869231 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 49 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.43 |
| HSL | 67.42º | 0.5% | 0.38% | - |
| HSV(B) | 67.42º | 0.66% | 0.57% | - |
| XYZ | 20.66 | 25.85 | 6.81 | - |
| YUV | 131.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 49 | 0.08 | 0 | 0.66 | 0.43 | 67.42 | 0.5 | 0.38 |
| Hex | 86 | 92 | 31 | 8 | 0 | 42 | 2B | 43 | 32 | 26 |
| Octal | 206 | 222 | 61 | 10 | 0 | 102 | 53 | 103 | 62 | 46 |
| Binary | 10000110 | 10010010 | 110001 | 1000 | 0 | 1000010 | 101011 | 1000011 | 110010 | 100110 |
Color Harmonies of #869231
Complementary color
Monochromatic Colors of #869231
Black with #869231
Text Example
Text Example
White with #869231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869231; }
p { color: rgb(134,146,49); }
H1.HeaderClassName
{
color: #869231;
}
.AnyTagClassName
{
color: #869231;
}
</style>
background-color css
<style>
a { background-color: #869231; }
a { background-color: rgb(134,146,49); }
div.DivClassName
{
background-color: #869231;
}
.BgClassName
{
background-color: #869231;
}
</style>
border-color css
<style>
span { border-color: #869231; }
span { border-color: rgb(134,146,49); }
td.TdClassName
{
border-color: #869231;
}
.TagClassName
{
border-color: #869231;
}
</style>