Shades of Wasabi #8A964B
Tints of Wasabi #8A964B
RGB
CMYK
RGB Variations
Color information
#8A964B (or 0x8A964B) is known color: Wasabi. HEX triplet: 8A, 96 and 4B. RGB value is (138,150,75). Sum of RGB (Red+Green+Blue) = 138+150+75=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #8A964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A964B is #7569B4. Grayscale: #8A8A8A. Windows color (decimal): -7694773 or 4953738. OLE color: 4953738.
HSL color Cylindrical-coordinate representation of color #8A964B: hue angle of 69.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A964B is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 75 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.41 |
| HSL | 69.6º | 0.33% | 0.44% | - |
| HSV(B) | 69.6º | 0.5% | 0.59% | - |
| XYZ | 22.66 | 27.72 | 10.81 | - |
| YUV | 137.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 75 | 0.08 | 0 | 0.5 | 0.41 | 69.6 | 0.33 | 0.44 |
| Hex | 8A | 96 | 4B | 8 | 0 | 32 | 29 | 46 | 21 | 2C |
| Octal | 212 | 226 | 113 | 10 | 0 | 62 | 51 | 106 | 41 | 54 |
| Binary | 10001010 | 10010110 | 1001011 | 1000 | 0 | 110010 | 101001 | 1000110 | 100001 | 101100 |
Color Harmonies of #8A964B
Complementary color
Monochromatic Colors of #8A964B
Black with #8A964B
Text Example
Text Example
White with #8A964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A964B; }
p { color: rgb(138,150,75); }
H1.HeaderClassName
{
color: #8A964B;
}
.AnyTagClassName
{
color: #8A964B;
}
</style>
background-color css
<style>
a { background-color: #8A964B; }
a { background-color: rgb(138,150,75); }
div.DivClassName
{
background-color: #8A964B;
}
.BgClassName
{
background-color: #8A964B;
}
</style>
border-color css
<style>
span { border-color: #8A964B; }
span { border-color: rgb(138,150,75); }
td.TdClassName
{
border-color: #8A964B;
}
.TagClassName
{
border-color: #8A964B;
}
</style>