Shades of Wasabi #8BA13D
Tints of Wasabi #8BA13D
RGB
CMYK
RGB Variations
Color information
#8BA13D (or 0x8BA13D) is known color: Wasabi. HEX triplet: 8B, A1 and 3D. RGB value is (139,161,61). Sum of RGB (Red+Green+Blue) = 139+161+61=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA13D is #745EC2. Grayscale: #8F8F8F. Windows color (decimal): -7626435 or 4039051. OLE color: 4039051.
HSL color Cylindrical-coordinate representation of color #8BA13D: hue angle of 73.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BA13D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 61 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.37 |
| HSL | 73.2º | 0.45% | 0.44% | - |
| HSV(B) | 73.2º | 0.62% | 0.63% | - |
| XYZ | 24.23 | 31.32 | 9.18 | - |
| YUV | 143.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 61 | 0.14 | 0 | 0.62 | 0.37 | 73.2 | 0.45 | 0.44 |
| Hex | 8B | A1 | 3D | E | 0 | 3E | 25 | 49 | 2D | 2C |
| Octal | 213 | 241 | 75 | 16 | 0 | 76 | 45 | 111 | 55 | 54 |
| Binary | 10001011 | 10100001 | 111101 | 1110 | 0 | 111110 | 100101 | 1001001 | 101101 | 101100 |
Color Harmonies of #8BA13D
Complementary color
Monochromatic Colors of #8BA13D
Black with #8BA13D
Text Example
Text Example
White with #8BA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA13D; }
p { color: rgb(139,161,61); }
H1.HeaderClassName
{
color: #8BA13D;
}
.AnyTagClassName
{
color: #8BA13D;
}
</style>
background-color css
<style>
a { background-color: #8BA13D; }
a { background-color: rgb(139,161,61); }
div.DivClassName
{
background-color: #8BA13D;
}
.BgClassName
{
background-color: #8BA13D;
}
</style>
border-color css
<style>
span { border-color: #8BA13D; }
span { border-color: rgb(139,161,61); }
td.TdClassName
{
border-color: #8BA13D;
}
.TagClassName
{
border-color: #8BA13D;
}
</style>