Shades of Sushi #8BA540
Tints of Sushi #8BA540
RGB
CMYK
RGB Variations
Color information
#8BA540 (or 0x8BA540) is known color: Sushi. HEX triplet: 8B, A5 and 40. RGB value is (139,165,64). Sum of RGB (Red+Green+Blue) = 139+165+64=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA540 is #745ABF. Grayscale: #929292. Windows color (decimal): -7625408 or 4236683. OLE color: 4236683.
HSL color Cylindrical-coordinate representation of color #8BA540: hue angle of 75.45º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BA540 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 64 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.35 |
| HSL | 75.45º | 0.44% | 0.45% | - |
| HSV(B) | 75.45º | 0.61% | 0.65% | - |
| XYZ | 25.03 | 32.77 | 9.86 | - |
| YUV | 145.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 64 | 0.16 | 0 | 0.61 | 0.35 | 75.45 | 0.44 | 0.45 |
| Hex | 8B | A5 | 40 | 10 | 0 | 3D | 23 | 4B | 2C | 2D |
| Octal | 213 | 245 | 100 | 20 | 0 | 75 | 43 | 113 | 54 | 55 |
| Binary | 10001011 | 10100101 | 1000000 | 10000 | 0 | 111101 | 100011 | 1001011 | 101100 | 101101 |
Color Harmonies of #8BA540
Complementary color
Monochromatic Colors of #8BA540
Black with #8BA540
Text Example
Text Example
White with #8BA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA540; }
p { color: rgb(139,165,64); }
H1.HeaderClassName
{
color: #8BA540;
}
.AnyTagClassName
{
color: #8BA540;
}
</style>
background-color css
<style>
a { background-color: #8BA540; }
a { background-color: rgb(139,165,64); }
div.DivClassName
{
background-color: #8BA540;
}
.BgClassName
{
background-color: #8BA540;
}
</style>
border-color css
<style>
span { border-color: #8BA540; }
span { border-color: rgb(139,165,64); }
td.TdClassName
{
border-color: #8BA540;
}
.TagClassName
{
border-color: #8BA540;
}
</style>