Shades of Wasabi #8BA23B
Tints of Wasabi #8BA23B
RGB
CMYK
RGB Variations
Color information
#8BA23B (or 0x8BA23B) is known color: Wasabi. HEX triplet: 8B, A2 and 3B. RGB value is (139,162,59). Sum of RGB (Red+Green+Blue) = 139+162+59=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA23B is #745DC4. Grayscale: #8F8F8F. Windows color (decimal): -7626181 or 3908235. OLE color: 3908235.
HSL color Cylindrical-coordinate representation of color #8BA23B: hue angle of 73.4º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BA23B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 59 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.36 |
| HSL | 73.4º | 0.47% | 0.43% | - |
| HSV(B) | 73.4º | 0.64% | 0.64% | - |
| XYZ | 24.36 | 31.65 | 8.96 | - |
| YUV | 143.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 59 | 0.14 | 0 | 0.64 | 0.36 | 73.4 | 0.47 | 0.43 |
| Hex | 8B | A2 | 3B | E | 0 | 40 | 24 | 49 | 2F | 2B |
| Octal | 213 | 242 | 73 | 16 | 0 | 100 | 44 | 111 | 57 | 53 |
| Binary | 10001011 | 10100010 | 111011 | 1110 | 0 | 1000000 | 100100 | 1001001 | 101111 | 101011 |
Color Harmonies of #8BA23B
Complementary color
Monochromatic Colors of #8BA23B
Black with #8BA23B
Text Example
Text Example
White with #8BA23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA23B; }
p { color: rgb(139,162,59); }
H1.HeaderClassName
{
color: #8BA23B;
}
.AnyTagClassName
{
color: #8BA23B;
}
</style>
background-color css
<style>
a { background-color: #8BA23B; }
a { background-color: rgb(139,162,59); }
div.DivClassName
{
background-color: #8BA23B;
}
.BgClassName
{
background-color: #8BA23B;
}
</style>
border-color css
<style>
span { border-color: #8BA23B; }
span { border-color: rgb(139,162,59); }
td.TdClassName
{
border-color: #8BA23B;
}
.TagClassName
{
border-color: #8BA23B;
}
</style>