Shades of Sushi #8BAB42
Tints of Sushi #8BAB42
RGB
CMYK
RGB Variations
Color information
#8BAB42 (or 0x8BAB42) is known color: Sushi. HEX triplet: 8B, AB and 42. RGB value is (139,171,66). Sum of RGB (Red+Green+Blue) = 139+171+66=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB42 is #7454BD. Grayscale: #959595. Windows color (decimal): -7623870 or 4369291. OLE color: 4369291.
HSL color Cylindrical-coordinate representation of color #8BAB42: hue angle of 78.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BAB42 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 66 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.33 |
| HSL | 78.29º | 0.44% | 0.46% | - |
| HSV(B) | 78.29º | 0.61% | 0.67% | - |
| XYZ | 26.19 | 35.01 | 10.53 | - |
| YUV | 149.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 66 | 0.19 | 0 | 0.61 | 0.33 | 78.29 | 0.44 | 0.46 |
| Hex | 8B | AB | 42 | 13 | 0 | 3D | 21 | 4E | 2C | 2E |
| Octal | 213 | 253 | 102 | 23 | 0 | 75 | 41 | 116 | 54 | 56 |
| Binary | 10001011 | 10101011 | 1000010 | 10011 | 0 | 111101 | 100001 | 1001110 | 101100 | 101110 |
Color Harmonies of #8BAB42
Complementary color
Monochromatic Colors of #8BAB42
Black with #8BAB42
Text Example
Text Example
White with #8BAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB42; }
p { color: rgb(139,171,66); }
H1.HeaderClassName
{
color: #8BAB42;
}
.AnyTagClassName
{
color: #8BAB42;
}
</style>
background-color css
<style>
a { background-color: #8BAB42; }
a { background-color: rgb(139,171,66); }
div.DivClassName
{
background-color: #8BAB42;
}
.BgClassName
{
background-color: #8BAB42;
}
</style>
border-color css
<style>
span { border-color: #8BAB42; }
span { border-color: rgb(139,171,66); }
td.TdClassName
{
border-color: #8BAB42;
}
.TagClassName
{
border-color: #8BAB42;
}
</style>