Shades of Wasabi #8A994B
Tints of Wasabi #8A994B
RGB
CMYK
RGB Variations
Color information
#8A994B (or 0x8A994B) is known color: Wasabi. HEX triplet: 8A, 99 and 4B. RGB value is (138,153,75). Sum of RGB (Red+Green+Blue) = 138+153+75=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #8A994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A994B is #7566B4. Grayscale: #8B8B8B. Windows color (decimal): -7694005 or 4954506. OLE color: 4954506.
HSL color Cylindrical-coordinate representation of color #8A994B: hue angle of 71.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A994B is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 75 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.4 |
| HSL | 71.54º | 0.34% | 0.45% | - |
| HSV(B) | 71.54º | 0.51% | 0.6% | - |
| XYZ | 23.14 | 28.69 | 10.98 | - |
| YUV | 139.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 75 | 0.10 | 0 | 0.51 | 0.4 | 71.54 | 0.34 | 0.45 |
| Hex | 8A | 99 | 4B | A | 0 | 33 | 28 | 48 | 22 | 2D |
| Octal | 212 | 231 | 113 | 12 | 0 | 63 | 50 | 110 | 42 | 55 |
| Binary | 10001010 | 10011001 | 1001011 | 1010 | 0 | 110011 | 101000 | 1001000 | 100010 | 101101 |
Color Harmonies of #8A994B
Complementary color
Monochromatic Colors of #8A994B
Black with #8A994B
Text Example
Text Example
White with #8A994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A994B; }
p { color: rgb(138,153,75); }
H1.HeaderClassName
{
color: #8A994B;
}
.AnyTagClassName
{
color: #8A994B;
}
</style>
background-color css
<style>
a { background-color: #8A994B; }
a { background-color: rgb(138,153,75); }
div.DivClassName
{
background-color: #8A994B;
}
.BgClassName
{
background-color: #8A994B;
}
</style>
border-color css
<style>
span { border-color: #8A994B; }
span { border-color: rgb(138,153,75); }
td.TdClassName
{
border-color: #8A994B;
}
.TagClassName
{
border-color: #8A994B;
}
</style>