Shades of Sushi #849F46
Tints of Sushi #849F46
RGB
CMYK
RGB Variations
Color information
#849F46 (or 0x849F46) is known color: Sushi. HEX triplet: 84, 9F and 46. RGB value is (132,159,70). Sum of RGB (Red+Green+Blue) = 132+159+70=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #849F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849F46 is #7B60B9. Grayscale: #8D8D8D. Windows color (decimal): -8085690 or 4628356. OLE color: 4628356.
HSL color Cylindrical-coordinate representation of color #849F46: hue angle of 78.2º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #849F46 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 70 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.38 |
| HSL | 78.2º | 0.39% | 0.45% | - |
| HSV(B) | 78.2º | 0.56% | 0.62% | - |
| XYZ | 23.02 | 30.14 | 10.4 | - |
| YUV | 140.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 70 | 0.17 | 0 | 0.56 | 0.38 | 78.2 | 0.39 | 0.45 |
| Hex | 84 | 9F | 46 | 11 | 0 | 38 | 26 | 4E | 27 | 2D |
| Octal | 204 | 237 | 106 | 21 | 0 | 70 | 46 | 116 | 47 | 55 |
| Binary | 10000100 | 10011111 | 1000110 | 10001 | 0 | 111000 | 100110 | 1001110 | 100111 | 101101 |
Color Harmonies of #849F46
Complementary color
Monochromatic Colors of #849F46
Black with #849F46
Text Example
Text Example
White with #849F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F46; }
p { color: rgb(132,159,70); }
H1.HeaderClassName
{
color: #849F46;
}
.AnyTagClassName
{
color: #849F46;
}
</style>
background-color css
<style>
a { background-color: #849F46; }
a { background-color: rgb(132,159,70); }
div.DivClassName
{
background-color: #849F46;
}
.BgClassName
{
background-color: #849F46;
}
</style>
border-color css
<style>
span { border-color: #849F46; }
span { border-color: rgb(132,159,70); }
td.TdClassName
{
border-color: #849F46;
}
.TagClassName
{
border-color: #849F46;
}
</style>