Shades of Wasabi #869B38
Tints of Wasabi #869B38
RGB
CMYK
RGB Variations
Color information
#869B38 (or 0x869B38) is known color: Wasabi. HEX triplet: 86, 9B and 38. RGB value is (134,155,56). Sum of RGB (Red+Green+Blue) = 134+155+56=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #869B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B38 is #7964C7. Grayscale: #898989. Windows color (decimal): -7955656 or 3709830. OLE color: 3709830.
HSL color Cylindrical-coordinate representation of color #869B38: hue angle of 72.73º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #869B38 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 56 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.39 |
| HSL | 72.73º | 0.47% | 0.41% | - |
| HSV(B) | 72.73º | 0.64% | 0.61% | - |
| XYZ | 22.27 | 28.8 | 8.13 | - |
| YUV | 137.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 56 | 0.14 | 0 | 0.64 | 0.39 | 72.73 | 0.47 | 0.41 |
| Hex | 86 | 9B | 38 | E | 0 | 40 | 27 | 49 | 2F | 29 |
| Octal | 206 | 233 | 70 | 16 | 0 | 100 | 47 | 111 | 57 | 51 |
| Binary | 10000110 | 10011011 | 111000 | 1110 | 0 | 1000000 | 100111 | 1001001 | 101111 | 101001 |
Color Harmonies of #869B38
Complementary color
Monochromatic Colors of #869B38
Black with #869B38
Text Example
Text Example
White with #869B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B38; }
p { color: rgb(134,155,56); }
H1.HeaderClassName
{
color: #869B38;
}
.AnyTagClassName
{
color: #869B38;
}
</style>
background-color css
<style>
a { background-color: #869B38; }
a { background-color: rgb(134,155,56); }
div.DivClassName
{
background-color: #869B38;
}
.BgClassName
{
background-color: #869B38;
}
</style>
border-color css
<style>
span { border-color: #869B38; }
span { border-color: rgb(134,155,56); }
td.TdClassName
{
border-color: #869B38;
}
.TagClassName
{
border-color: #869B38;
}
</style>