Shades of Sushi #849E2E
Tints of Sushi #849E2E
RGB
CMYK
RGB Variations
Color information
#849E2E (or 0x849E2E) is known color: Sushi. HEX triplet: 84, 9E and 2E. RGB value is (132,158,46). Sum of RGB (Red+Green+Blue) = 132+158+46=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #849E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849E2E is #7B61D1. Grayscale: #898989. Windows color (decimal): -8085970 or 3055236. OLE color: 3055236.
HSL color Cylindrical-coordinate representation of color #849E2E: hue angle of 73.93º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #849E2E is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 46 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.38 |
| HSL | 73.93º | 0.55% | 0.4% | - |
| HSV(B) | 73.93º | 0.71% | 0.62% | - |
| XYZ | 22.24 | 29.56 | 7.12 | - |
| YUV | 137.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 46 | 0.16 | 0 | 0.71 | 0.38 | 73.93 | 0.55 | 0.4 |
| Hex | 84 | 9E | 2E | 10 | 0 | 47 | 26 | 4A | 37 | 28 |
| Octal | 204 | 236 | 56 | 20 | 0 | 107 | 46 | 112 | 67 | 50 |
| Binary | 10000100 | 10011110 | 101110 | 10000 | 0 | 1000111 | 100110 | 1001010 | 110111 | 101000 |
Color Harmonies of #849E2E
Complementary color
Monochromatic Colors of #849E2E
Black with #849E2E
Text Example
Text Example
White with #849E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E2E; }
p { color: rgb(132,158,46); }
H1.HeaderClassName
{
color: #849E2E;
}
.AnyTagClassName
{
color: #849E2E;
}
</style>
background-color css
<style>
a { background-color: #849E2E; }
a { background-color: rgb(132,158,46); }
div.DivClassName
{
background-color: #849E2E;
}
.BgClassName
{
background-color: #849E2E;
}
</style>
border-color css
<style>
span { border-color: #849E2E; }
span { border-color: rgb(132,158,46); }
td.TdClassName
{
border-color: #849E2E;
}
.TagClassName
{
border-color: #849E2E;
}
</style>