Shades of Wasabi #8A9541
Tints of Wasabi #8A9541
RGB
CMYK
RGB Variations
Color information
#8A9541 (or 0x8A9541) is known color: Wasabi. HEX triplet: 8A, 95 and 41. RGB value is (138,149,65). Sum of RGB (Red+Green+Blue) = 138+149+65=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9541 is #756ABE. Grayscale: #888888. Windows color (decimal): -7695039 or 4298122. OLE color: 4298122.
HSL color Cylindrical-coordinate representation of color #8A9541: hue angle of 67.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A9541 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 65 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.42 |
| HSL | 67.86º | 0.39% | 0.42% | - |
| HSV(B) | 67.86º | 0.56% | 0.58% | - |
| XYZ | 22.18 | 27.28 | 9.1 | - |
| YUV | 136.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 65 | 0.07 | 0 | 0.56 | 0.42 | 67.86 | 0.39 | 0.42 |
| Hex | 8A | 95 | 41 | 7 | 0 | 38 | 2A | 44 | 27 | 2A |
| Octal | 212 | 225 | 101 | 7 | 0 | 70 | 52 | 104 | 47 | 52 |
| Binary | 10001010 | 10010101 | 1000001 | 111 | 0 | 111000 | 101010 | 1000100 | 100111 | 101010 |
Color Harmonies of #8A9541
Complementary color
Monochromatic Colors of #8A9541
Black with #8A9541
Text Example
Text Example
White with #8A9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9541; }
p { color: rgb(138,149,65); }
H1.HeaderClassName
{
color: #8A9541;
}
.AnyTagClassName
{
color: #8A9541;
}
</style>
background-color css
<style>
a { background-color: #8A9541; }
a { background-color: rgb(138,149,65); }
div.DivClassName
{
background-color: #8A9541;
}
.BgClassName
{
background-color: #8A9541;
}
</style>
border-color css
<style>
span { border-color: #8A9541; }
span { border-color: rgb(138,149,65); }
td.TdClassName
{
border-color: #8A9541;
}
.TagClassName
{
border-color: #8A9541;
}
</style>