Shades of Wasabi #8A9B45
Tints of Wasabi #8A9B45
RGB
CMYK
RGB Variations
Color information
#8A9B45 (or 0x8A9B45) is known color: Wasabi. HEX triplet: 8A, 9B and 45. RGB value is (138,155,69). Sum of RGB (Red+Green+Blue) = 138+155+69=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B45 is #7564BA. Grayscale: #8C8C8C. Windows color (decimal): -7693499 or 4561802. OLE color: 4561802.
HSL color Cylindrical-coordinate representation of color #8A9B45: hue angle of 71.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A9B45 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 69 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.39 |
| HSL | 71.86º | 0.38% | 0.44% | - |
| HSV(B) | 71.86º | 0.55% | 0.61% | - |
| XYZ | 23.28 | 29.28 | 10.05 | - |
| YUV | 140.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 69 | 0.11 | 0 | 0.55 | 0.39 | 71.86 | 0.38 | 0.44 |
| Hex | 8A | 9B | 45 | B | 0 | 37 | 27 | 48 | 26 | 2C |
| Octal | 212 | 233 | 105 | 13 | 0 | 67 | 47 | 110 | 46 | 54 |
| Binary | 10001010 | 10011011 | 1000101 | 1011 | 0 | 110111 | 100111 | 1001000 | 100110 | 101100 |
Color Harmonies of #8A9B45
Complementary color
Monochromatic Colors of #8A9B45
Black with #8A9B45
Text Example
Text Example
White with #8A9B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B45; }
p { color: rgb(138,155,69); }
H1.HeaderClassName
{
color: #8A9B45;
}
.AnyTagClassName
{
color: #8A9B45;
}
</style>
background-color css
<style>
a { background-color: #8A9B45; }
a { background-color: rgb(138,155,69); }
div.DivClassName
{
background-color: #8A9B45;
}
.BgClassName
{
background-color: #8A9B45;
}
</style>
border-color css
<style>
span { border-color: #8A9B45; }
span { border-color: rgb(138,155,69); }
td.TdClassName
{
border-color: #8A9B45;
}
.TagClassName
{
border-color: #8A9B45;
}
</style>