Shades of Wasabi #8A903E
Tints of Wasabi #8A903E
RGB
CMYK
RGB Variations
Color information
#8A903E (or 0x8A903E) is known color: Wasabi. HEX triplet: 8A, 90 and 3E. RGB value is (138,144,62). Sum of RGB (Red+Green+Blue) = 138+144+62=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #8A903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A903E is #756FC1. Grayscale: #858585. Windows color (decimal): -7696322 or 4100234. OLE color: 4100234.
HSL color Cylindrical-coordinate representation of color #8A903E: hue angle of 64.39º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A903E is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 62 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.44 |
| HSL | 64.39º | 0.4% | 0.4% | - |
| HSV(B) | 64.39º | 0.57% | 0.56% | - |
| XYZ | 21.32 | 25.7 | 8.39 | - |
| YUV | 132.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 62 | 0.04 | 0 | 0.57 | 0.44 | 64.39 | 0.4 | 0.4 |
| Hex | 8A | 90 | 3E | 4 | 0 | 39 | 2C | 40 | 28 | 28 |
| Octal | 212 | 220 | 76 | 4 | 0 | 71 | 54 | 100 | 50 | 50 |
| Binary | 10001010 | 10010000 | 111110 | 100 | 0 | 111001 | 101100 | 1000000 | 101000 | 101000 |
Color Harmonies of #8A903E
Complementary color
Monochromatic Colors of #8A903E
Black with #8A903E
Text Example
Text Example
White with #8A903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A903E; }
p { color: rgb(138,144,62); }
H1.HeaderClassName
{
color: #8A903E;
}
.AnyTagClassName
{
color: #8A903E;
}
</style>
background-color css
<style>
a { background-color: #8A903E; }
a { background-color: rgb(138,144,62); }
div.DivClassName
{
background-color: #8A903E;
}
.BgClassName
{
background-color: #8A903E;
}
</style>
border-color css
<style>
span { border-color: #8A903E; }
span { border-color: rgb(138,144,62); }
td.TdClassName
{
border-color: #8A903E;
}
.TagClassName
{
border-color: #8A903E;
}
</style>