Shades of Wasabi #869253
Tints of Wasabi #869253
RGB
CMYK
RGB Variations
Color information
#869253 (or 0x869253) is known color: Wasabi. HEX triplet: 86, 92 and 53. RGB value is (134,146,83). Sum of RGB (Red+Green+Blue) = 134+146+83=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #869253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869253 is #796DAC. Grayscale: #878787. Windows color (decimal): -7957933 or 5476998. OLE color: 5476998.
HSL color Cylindrical-coordinate representation of color #869253: hue angle of 71.43º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #869253 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 83 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.43 |
| HSL | 71.43º | 0.28% | 0.45% | - |
| HSV(B) | 71.43º | 0.43% | 0.57% | - |
| XYZ | 21.67 | 26.25 | 12.11 | - |
| YUV | 135.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 83 | 0.08 | 0 | 0.43 | 0.43 | 71.43 | 0.28 | 0.45 |
| Hex | 86 | 92 | 53 | 8 | 0 | 2B | 2B | 47 | 1C | 2D |
| Octal | 206 | 222 | 123 | 10 | 0 | 53 | 53 | 107 | 34 | 55 |
| Binary | 10000110 | 10010010 | 1010011 | 1000 | 0 | 101011 | 101011 | 1000111 | 11100 | 101101 |
Color Harmonies of #869253
Complementary color
Monochromatic Colors of #869253
Black with #869253
Text Example
Text Example
White with #869253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869253; }
p { color: rgb(134,146,83); }
H1.HeaderClassName
{
color: #869253;
}
.AnyTagClassName
{
color: #869253;
}
</style>
background-color css
<style>
a { background-color: #869253; }
a { background-color: rgb(134,146,83); }
div.DivClassName
{
background-color: #869253;
}
.BgClassName
{
background-color: #869253;
}
</style>
border-color css
<style>
span { border-color: #869253; }
span { border-color: rgb(134,146,83); }
td.TdClassName
{
border-color: #869253;
}
.TagClassName
{
border-color: #869253;
}
</style>