Shades of Wasabi #8A983D
Tints of Wasabi #8A983D
RGB
CMYK
RGB Variations
Color information
#8A983D (or 0x8A983D) is known color: Wasabi. HEX triplet: 8A, 98 and 3D. RGB value is (138,152,61). Sum of RGB (Red+Green+Blue) = 138+152+61=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #8A983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A983D is #7567C2. Grayscale: #898989. Windows color (decimal): -7694275 or 4036746. OLE color: 4036746.
HSL color Cylindrical-coordinate representation of color #8A983D: hue angle of 69.23º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A983D is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 61 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.40 |
| HSL | 69.23º | 0.43% | 0.42% | - |
| HSV(B) | 69.23º | 0.6% | 0.6% | - |
| XYZ | 22.55 | 28.2 | 8.67 | - |
| YUV | 137.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 61 | 0.09 | 0 | 0.60 | 0.40 | 69.23 | 0.43 | 0.42 |
| Hex | 8A | 98 | 3D | 9 | 0 | 3C | 28 | 45 | 2B | 2A |
| Octal | 212 | 230 | 75 | 11 | 0 | 74 | 50 | 105 | 53 | 52 |
| Binary | 10001010 | 10011000 | 111101 | 1001 | 0 | 111100 | 101000 | 1000101 | 101011 | 101010 |
Color Harmonies of #8A983D
Complementary color
Monochromatic Colors of #8A983D
Black with #8A983D
Text Example
Text Example
White with #8A983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A983D; }
p { color: rgb(138,152,61); }
H1.HeaderClassName
{
color: #8A983D;
}
.AnyTagClassName
{
color: #8A983D;
}
</style>
background-color css
<style>
a { background-color: #8A983D; }
a { background-color: rgb(138,152,61); }
div.DivClassName
{
background-color: #8A983D;
}
.BgClassName
{
background-color: #8A983D;
}
</style>
border-color css
<style>
span { border-color: #8A983D; }
span { border-color: rgb(138,152,61); }
td.TdClassName
{
border-color: #8A983D;
}
.TagClassName
{
border-color: #8A983D;
}
</style>