Shades of Wasabi #8A924F
Tints of Wasabi #8A924F
RGB
CMYK
RGB Variations
Color information
#8A924F (or 0x8A924F) is known color: Wasabi. HEX triplet: 8A, 92 and 4F. RGB value is (138,146,79). Sum of RGB (Red+Green+Blue) = 138+146+79=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #8A924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A924F is #756DB0. Grayscale: #888888. Windows color (decimal): -7695793 or 5214858. OLE color: 5214858.
HSL color Cylindrical-coordinate representation of color #8A924F: hue angle of 67.16º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A924F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 79 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.43 |
| HSL | 67.16º | 0.3% | 0.44% | - |
| HSV(B) | 67.16º | 0.46% | 0.57% | - |
| XYZ | 22.17 | 26.53 | 11.35 | - |
| YUV | 135.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 79 | 0.05 | 0 | 0.46 | 0.43 | 67.16 | 0.3 | 0.44 |
| Hex | 8A | 92 | 4F | 5 | 0 | 2E | 2B | 43 | 1E | 2C |
| Octal | 212 | 222 | 117 | 5 | 0 | 56 | 53 | 103 | 36 | 54 |
| Binary | 10001010 | 10010010 | 1001111 | 101 | 0 | 101110 | 101011 | 1000011 | 11110 | 101100 |
Color Harmonies of #8A924F
Complementary color
Monochromatic Colors of #8A924F
Black with #8A924F
Text Example
Text Example
White with #8A924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A924F; }
p { color: rgb(138,146,79); }
H1.HeaderClassName
{
color: #8A924F;
}
.AnyTagClassName
{
color: #8A924F;
}
</style>
background-color css
<style>
a { background-color: #8A924F; }
a { background-color: rgb(138,146,79); }
div.DivClassName
{
background-color: #8A924F;
}
.BgClassName
{
background-color: #8A924F;
}
</style>
border-color css
<style>
span { border-color: #8A924F; }
span { border-color: rgb(138,146,79); }
td.TdClassName
{
border-color: #8A924F;
}
.TagClassName
{
border-color: #8A924F;
}
</style>