Shades of Wasabi #8A9532
Tints of Wasabi #8A9532
RGB
CMYK
RGB Variations
Color information
#8A9532 (or 0x8A9532) is known color: Wasabi. HEX triplet: 8A, 95 and 32. RGB value is (138,149,50). Sum of RGB (Red+Green+Blue) = 138+149+50=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9532 is #756ACD. Grayscale: #868686. Windows color (decimal): -7695054 or 3315082. OLE color: 3315082.
HSL color Cylindrical-coordinate representation of color #8A9532: hue angle of 66.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A9532 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 50 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.42 |
| HSL | 66.67º | 0.5% | 0.39% | - |
| HSV(B) | 66.67º | 0.66% | 0.58% | - |
| XYZ | 21.8 | 27.13 | 7.1 | - |
| YUV | 134.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 50 | 0.07 | 0 | 0.66 | 0.42 | 66.67 | 0.5 | 0.39 |
| Hex | 8A | 95 | 32 | 7 | 0 | 42 | 2A | 43 | 32 | 27 |
| Octal | 212 | 225 | 62 | 7 | 0 | 102 | 52 | 103 | 62 | 47 |
| Binary | 10001010 | 10010101 | 110010 | 111 | 0 | 1000010 | 101010 | 1000011 | 110010 | 100111 |
Color Harmonies of #8A9532
Complementary color
Monochromatic Colors of #8A9532
Black with #8A9532
Text Example
Text Example
White with #8A9532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9532; }
p { color: rgb(138,149,50); }
H1.HeaderClassName
{
color: #8A9532;
}
.AnyTagClassName
{
color: #8A9532;
}
</style>
background-color css
<style>
a { background-color: #8A9532; }
a { background-color: rgb(138,149,50); }
div.DivClassName
{
background-color: #8A9532;
}
.BgClassName
{
background-color: #8A9532;
}
</style>
border-color css
<style>
span { border-color: #8A9532; }
span { border-color: rgb(138,149,50); }
td.TdClassName
{
border-color: #8A9532;
}
.TagClassName
{
border-color: #8A9532;
}
</style>