Shades of Sushi #8BAA40
Tints of Sushi #8BAA40
RGB
CMYK
RGB Variations
Color information
#8BAA40 (or 0x8BAA40) is known color: Sushi. HEX triplet: 8B, AA and 40. RGB value is (139,170,64). Sum of RGB (Red+Green+Blue) = 139+170+64=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAA40 is #7455BF. Grayscale: #959595. Windows color (decimal): -7624128 or 4237963. OLE color: 4237963.
HSL color Cylindrical-coordinate representation of color #8BAA40: hue angle of 77.55º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BAA40 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 64 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.33 |
| HSL | 77.55º | 0.45% | 0.46% | - |
| HSV(B) | 77.55º | 0.62% | 0.67% | - |
| XYZ | 25.95 | 34.61 | 10.16 | - |
| YUV | 148.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 64 | 0.18 | 0 | 0.62 | 0.33 | 77.55 | 0.45 | 0.46 |
| Hex | 8B | AA | 40 | 12 | 0 | 3E | 21 | 4E | 2D | 2E |
| Octal | 213 | 252 | 100 | 22 | 0 | 76 | 41 | 116 | 55 | 56 |
| Binary | 10001011 | 10101010 | 1000000 | 10010 | 0 | 111110 | 100001 | 1001110 | 101101 | 101110 |
Color Harmonies of #8BAA40
Complementary color
Monochromatic Colors of #8BAA40
Black with #8BAA40
Text Example
Text Example
White with #8BAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAA40; }
p { color: rgb(139,170,64); }
H1.HeaderClassName
{
color: #8BAA40;
}
.AnyTagClassName
{
color: #8BAA40;
}
</style>
background-color css
<style>
a { background-color: #8BAA40; }
a { background-color: rgb(139,170,64); }
div.DivClassName
{
background-color: #8BAA40;
}
.BgClassName
{
background-color: #8BAA40;
}
</style>
border-color css
<style>
span { border-color: #8BAA40; }
span { border-color: rgb(139,170,64); }
td.TdClassName
{
border-color: #8BAA40;
}
.TagClassName
{
border-color: #8BAA40;
}
</style>