Shades of Wasabi #8A9350
Tints of Wasabi #8A9350
RGB
CMYK
RGB Variations
Color information
#8A9350 (or 0x8A9350) is known color: Wasabi. HEX triplet: 8A, 93 and 50. RGB value is (138,147,80). Sum of RGB (Red+Green+Blue) = 138+147+80=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9350 is #756CAF. Grayscale: #888888. Windows color (decimal): -7695536 or 5280650. OLE color: 5280650.
HSL color Cylindrical-coordinate representation of color #8A9350: hue angle of 68.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A9350 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 80 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.42 |
| HSL | 68.06º | 0.3% | 0.45% | - |
| HSV(B) | 68.06º | 0.46% | 0.58% | - |
| XYZ | 22.36 | 26.85 | 11.59 | - |
| YUV | 136.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 80 | 0.06 | 0 | 0.46 | 0.42 | 68.06 | 0.3 | 0.45 |
| Hex | 8A | 93 | 50 | 6 | 0 | 2E | 2A | 44 | 1E | 2D |
| Octal | 212 | 223 | 120 | 6 | 0 | 56 | 52 | 104 | 36 | 55 |
| Binary | 10001010 | 10010011 | 1010000 | 110 | 0 | 101110 | 101010 | 1000100 | 11110 | 101101 |
Color Harmonies of #8A9350
Complementary color
Monochromatic Colors of #8A9350
Black with #8A9350
Text Example
Text Example
White with #8A9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9350; }
p { color: rgb(138,147,80); }
H1.HeaderClassName
{
color: #8A9350;
}
.AnyTagClassName
{
color: #8A9350;
}
</style>
background-color css
<style>
a { background-color: #8A9350; }
a { background-color: rgb(138,147,80); }
div.DivClassName
{
background-color: #8A9350;
}
.BgClassName
{
background-color: #8A9350;
}
</style>
border-color css
<style>
span { border-color: #8A9350; }
span { border-color: rgb(138,147,80); }
td.TdClassName
{
border-color: #8A9350;
}
.TagClassName
{
border-color: #8A9350;
}
</style>