Shades of Wasabi #8A923D
Tints of Wasabi #8A923D
RGB
CMYK
RGB Variations
Color information
#8A923D (or 0x8A923D) is known color: Wasabi. HEX triplet: 8A, 92 and 3D. RGB value is (138,146,61). Sum of RGB (Red+Green+Blue) = 138+146+61=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #8A923D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A923D is #756DC2. Grayscale: #868686. Windows color (decimal): -7695811 or 4035210. OLE color: 4035210.
HSL color Cylindrical-coordinate representation of color #8A923D: hue angle of 65.65º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A923D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 61 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.43 |
| HSL | 65.65º | 0.41% | 0.41% | - |
| HSV(B) | 65.65º | 0.58% | 0.57% | - |
| XYZ | 21.6 | 26.3 | 8.35 | - |
| YUV | 133.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 61 | 0.05 | 0 | 0.58 | 0.43 | 65.65 | 0.41 | 0.41 |
| Hex | 8A | 92 | 3D | 5 | 0 | 3A | 2B | 42 | 29 | 29 |
| Octal | 212 | 222 | 75 | 5 | 0 | 72 | 53 | 102 | 51 | 51 |
| Binary | 10001010 | 10010010 | 111101 | 101 | 0 | 111010 | 101011 | 1000010 | 101001 | 101001 |
Color Harmonies of #8A923D
Complementary color
Monochromatic Colors of #8A923D
Black with #8A923D
Text Example
Text Example
White with #8A923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A923D; }
p { color: rgb(138,146,61); }
H1.HeaderClassName
{
color: #8A923D;
}
.AnyTagClassName
{
color: #8A923D;
}
</style>
background-color css
<style>
a { background-color: #8A923D; }
a { background-color: rgb(138,146,61); }
div.DivClassName
{
background-color: #8A923D;
}
.BgClassName
{
background-color: #8A923D;
}
</style>
border-color css
<style>
span { border-color: #8A923D; }
span { border-color: rgb(138,146,61); }
td.TdClassName
{
border-color: #8A923D;
}
.TagClassName
{
border-color: #8A923D;
}
</style>