Shades of Wasabi #8BA245
Tints of Wasabi #8BA245
RGB
CMYK
RGB Variations
Color information
#8BA245 (or 0x8BA245) is known color: Wasabi. HEX triplet: 8B, A2 and 45. RGB value is (139,162,69). Sum of RGB (Red+Green+Blue) = 139+162+69=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA245 is #745DBA. Grayscale: #909090. Windows color (decimal): -7626171 or 4563595. OLE color: 4563595.
HSL color Cylindrical-coordinate representation of color #8BA245: hue angle of 74.84º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BA245 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 69 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.36 |
| HSL | 74.84º | 0.4% | 0.45% | - |
| HSV(B) | 74.84º | 0.57% | 0.64% | - |
| XYZ | 24.64 | 31.76 | 10.46 | - |
| YUV | 144.52 | 85.38 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 69 | 0.14 | 0 | 0.57 | 0.36 | 74.84 | 0.4 | 0.45 |
| Hex | 8B | A2 | 45 | E | 0 | 39 | 24 | 4B | 28 | 2D |
| Octal | 213 | 242 | 105 | 16 | 0 | 71 | 44 | 113 | 50 | 55 |
| Binary | 10001011 | 10100010 | 1000101 | 1110 | 0 | 111001 | 100100 | 1001011 | 101000 | 101101 |
Color Harmonies of #8BA245
Complementary color
Monochromatic Colors of #8BA245
Black with #8BA245
Text Example
Text Example
White with #8BA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA245; }
p { color: rgb(139,162,69); }
H1.HeaderClassName
{
color: #8BA245;
}
.AnyTagClassName
{
color: #8BA245;
}
</style>
background-color css
<style>
a { background-color: #8BA245; }
a { background-color: rgb(139,162,69); }
div.DivClassName
{
background-color: #8BA245;
}
.BgClassName
{
background-color: #8BA245;
}
</style>
border-color css
<style>
span { border-color: #8BA245; }
span { border-color: rgb(139,162,69); }
td.TdClassName
{
border-color: #8BA245;
}
.TagClassName
{
border-color: #8BA245;
}
</style>