Shades of Sushi #849E2F
Tints of Sushi #849E2F
RGB
CMYK
RGB Variations
Color information
#849E2F (or 0x849E2F) is known color: Sushi. HEX triplet: 84, 9E and 2F. RGB value is (132,158,47). Sum of RGB (Red+Green+Blue) = 132+158+47=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #849E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849E2F is #7B61D0. Grayscale: #898989. Windows color (decimal): -8085969 or 3120772. OLE color: 3120772.
HSL color Cylindrical-coordinate representation of color #849E2F: hue angle of 74.05º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #849E2F is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 47 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.38 |
| HSL | 74.05º | 0.54% | 0.4% | - |
| HSV(B) | 74.05º | 0.7% | 0.62% | - |
| XYZ | 22.26 | 29.56 | 7.22 | - |
| YUV | 137.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 47 | 0.16 | 0 | 0.70 | 0.38 | 74.05 | 0.54 | 0.4 |
| Hex | 84 | 9E | 2F | 10 | 0 | 46 | 26 | 4A | 36 | 28 |
| Octal | 204 | 236 | 57 | 20 | 0 | 106 | 46 | 112 | 66 | 50 |
| Binary | 10000100 | 10011110 | 101111 | 10000 | 0 | 1000110 | 100110 | 1001010 | 110110 | 101000 |
Color Harmonies of #849E2F
Complementary color
Monochromatic Colors of #849E2F
Black with #849E2F
Text Example
Text Example
White with #849E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E2F; }
p { color: rgb(132,158,47); }
H1.HeaderClassName
{
color: #849E2F;
}
.AnyTagClassName
{
color: #849E2F;
}
</style>
background-color css
<style>
a { background-color: #849E2F; }
a { background-color: rgb(132,158,47); }
div.DivClassName
{
background-color: #849E2F;
}
.BgClassName
{
background-color: #849E2F;
}
</style>
border-color css
<style>
span { border-color: #849E2F; }
span { border-color: rgb(132,158,47); }
td.TdClassName
{
border-color: #849E2F;
}
.TagClassName
{
border-color: #849E2F;
}
</style>