Shades of Sushi #8BA63E
Tints of Sushi #8BA63E
RGB
CMYK
RGB Variations
Color information
#8BA63E (or 0x8BA63E) is known color: Sushi. HEX triplet: 8B, A6 and 3E. RGB value is (139,166,62). Sum of RGB (Red+Green+Blue) = 139+166+62=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA63E is #7459C1. Grayscale: #929292. Windows color (decimal): -7625154 or 4105867. OLE color: 4105867.
HSL color Cylindrical-coordinate representation of color #8BA63E: hue angle of 75.58º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BA63E is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 62 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.35 |
| HSL | 75.58º | 0.46% | 0.45% | - |
| HSV(B) | 75.58º | 0.63% | 0.65% | - |
| XYZ | 25.15 | 33.11 | 9.62 | - |
| YUV | 146.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 62 | 0.16 | 0 | 0.63 | 0.35 | 75.58 | 0.46 | 0.45 |
| Hex | 8B | A6 | 3E | 10 | 0 | 3F | 23 | 4C | 2E | 2D |
| Octal | 213 | 246 | 76 | 20 | 0 | 77 | 43 | 114 | 56 | 55 |
| Binary | 10001011 | 10100110 | 111110 | 10000 | 0 | 111111 | 100011 | 1001100 | 101110 | 101101 |
Color Harmonies of #8BA63E
Complementary color
Monochromatic Colors of #8BA63E
Black with #8BA63E
Text Example
Text Example
White with #8BA63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA63E; }
p { color: rgb(139,166,62); }
H1.HeaderClassName
{
color: #8BA63E;
}
.AnyTagClassName
{
color: #8BA63E;
}
</style>
background-color css
<style>
a { background-color: #8BA63E; }
a { background-color: rgb(139,166,62); }
div.DivClassName
{
background-color: #8BA63E;
}
.BgClassName
{
background-color: #8BA63E;
}
</style>
border-color css
<style>
span { border-color: #8BA63E; }
span { border-color: rgb(139,166,62); }
td.TdClassName
{
border-color: #8BA63E;
}
.TagClassName
{
border-color: #8BA63E;
}
</style>