Shades of Sushi #8BA843
Tints of Sushi #8BA843
RGB
CMYK
RGB Variations
Color information
#8BA843 (or 0x8BA843) is known color: Sushi. HEX triplet: 8B, A8 and 43. RGB value is (139,168,67). Sum of RGB (Red+Green+Blue) = 139+168+67=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA843 is #7457BC. Grayscale: #949494. Windows color (decimal): -7624637 or 4434059. OLE color: 4434059.
HSL color Cylindrical-coordinate representation of color #8BA843: hue angle of 77.23º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BA843 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 67 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.34 |
| HSL | 77.23º | 0.43% | 0.46% | - |
| HSV(B) | 77.23º | 0.6% | 0.66% | - |
| XYZ | 25.66 | 33.9 | 10.5 | - |
| YUV | 147.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 67 | 0.17 | 0 | 0.60 | 0.34 | 77.23 | 0.43 | 0.46 |
| Hex | 8B | A8 | 43 | 11 | 0 | 3C | 22 | 4D | 2B | 2E |
| Octal | 213 | 250 | 103 | 21 | 0 | 74 | 42 | 115 | 53 | 56 |
| Binary | 10001011 | 10101000 | 1000011 | 10001 | 0 | 111100 | 100010 | 1001101 | 101011 | 101110 |
Color Harmonies of #8BA843
Complementary color
Monochromatic Colors of #8BA843
Black with #8BA843
Text Example
Text Example
White with #8BA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA843; }
p { color: rgb(139,168,67); }
H1.HeaderClassName
{
color: #8BA843;
}
.AnyTagClassName
{
color: #8BA843;
}
</style>
background-color css
<style>
a { background-color: #8BA843; }
a { background-color: rgb(139,168,67); }
div.DivClassName
{
background-color: #8BA843;
}
.BgClassName
{
background-color: #8BA843;
}
</style>
border-color css
<style>
span { border-color: #8BA843; }
span { border-color: rgb(139,168,67); }
td.TdClassName
{
border-color: #8BA843;
}
.TagClassName
{
border-color: #8BA843;
}
</style>