Shades of Wasabi #8A904B
Tints of Wasabi #8A904B
RGB
CMYK
RGB Variations
Color information
#8A904B (or 0x8A904B) is known color: Wasabi. HEX triplet: 8A, 90 and 4B. RGB value is (138,144,75). Sum of RGB (Red+Green+Blue) = 138+144+75=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #8A904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A904B is #756FB4. Grayscale: #868686. Windows color (decimal): -7696309 or 4952202. OLE color: 4952202.
HSL color Cylindrical-coordinate representation of color #8A904B: hue angle of 65.22º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A904B is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 75 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.44 |
| HSL | 65.22º | 0.32% | 0.43% | - |
| HSV(B) | 65.22º | 0.48% | 0.56% | - |
| XYZ | 21.72 | 25.86 | 10.5 | - |
| YUV | 134.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 75 | 0.04 | 0 | 0.48 | 0.44 | 65.22 | 0.32 | 0.43 |
| Hex | 8A | 90 | 4B | 4 | 0 | 30 | 2C | 41 | 20 | 2B |
| Octal | 212 | 220 | 113 | 4 | 0 | 60 | 54 | 101 | 40 | 53 |
| Binary | 10001010 | 10010000 | 1001011 | 100 | 0 | 110000 | 101100 | 1000001 | 100000 | 101011 |
Color Harmonies of #8A904B
Complementary color
Monochromatic Colors of #8A904B
Black with #8A904B
Text Example
Text Example
White with #8A904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A904B; }
p { color: rgb(138,144,75); }
H1.HeaderClassName
{
color: #8A904B;
}
.AnyTagClassName
{
color: #8A904B;
}
</style>
background-color css
<style>
a { background-color: #8A904B; }
a { background-color: rgb(138,144,75); }
div.DivClassName
{
background-color: #8A904B;
}
.BgClassName
{
background-color: #8A904B;
}
</style>
border-color css
<style>
span { border-color: #8A904B; }
span { border-color: rgb(138,144,75); }
td.TdClassName
{
border-color: #8A904B;
}
.TagClassName
{
border-color: #8A904B;
}
</style>