Shades of Sushi #86AB42
Tints of Sushi #86AB42
RGB
CMYK
RGB Variations
Color information
#86AB42 (or 0x86AB42) is known color: Sushi. HEX triplet: 86, AB and 42. RGB value is (134,171,66). Sum of RGB (Red+Green+Blue) = 134+171+66=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AB42 is #7954BD. Grayscale: #949494. Windows color (decimal): -7951550 or 4369286. OLE color: 4369286.
HSL color Cylindrical-coordinate representation of color #86AB42: hue angle of 81.14º 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 #86AB42 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 66 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.33 |
| HSL | 81.14º | 0.44% | 0.46% | - |
| HSV(B) | 81.14º | 0.61% | 0.67% | - |
| XYZ | 25.38 | 34.59 | 10.49 | - |
| YUV | 147.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 66 | 0.22 | 0 | 0.61 | 0.33 | 81.14 | 0.44 | 0.46 |
| Hex | 86 | AB | 42 | 16 | 0 | 3D | 21 | 51 | 2C | 2E |
| Octal | 206 | 253 | 102 | 26 | 0 | 75 | 41 | 121 | 54 | 56 |
| Binary | 10000110 | 10101011 | 1000010 | 10110 | 0 | 111101 | 100001 | 1010001 | 101100 | 101110 |
Color Harmonies of #86AB42
Complementary color
Monochromatic Colors of #86AB42
Black with #86AB42
Text Example
Text Example
White with #86AB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB42; }
p { color: rgb(134,171,66); }
H1.HeaderClassName
{
color: #86AB42;
}
.AnyTagClassName
{
color: #86AB42;
}
</style>
background-color css
<style>
a { background-color: #86AB42; }
a { background-color: rgb(134,171,66); }
div.DivClassName
{
background-color: #86AB42;
}
.BgClassName
{
background-color: #86AB42;
}
</style>
border-color css
<style>
span { border-color: #86AB42; }
span { border-color: rgb(134,171,66); }
td.TdClassName
{
border-color: #86AB42;
}
.TagClassName
{
border-color: #86AB42;
}
</style>