Shades of Sushi #849E40
Tints of Sushi #849E40
RGB
CMYK
RGB Variations
Color information
#849E40 (or 0x849E40) is known color: Sushi. HEX triplet: 84, 9E and 40. RGB value is (132,158,64). Sum of RGB (Red+Green+Blue) = 132+158+64=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #849E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849E40 is #7B61BF. Grayscale: #8B8B8B. Windows color (decimal): -8085952 or 4234884. OLE color: 4234884.
HSL color Cylindrical-coordinate representation of color #849E40: hue angle of 76.6º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #849E40 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 64 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.38 |
| HSL | 76.6º | 0.42% | 0.44% | - |
| HSV(B) | 76.6º | 0.59% | 0.62% | - |
| XYZ | 22.67 | 29.73 | 9.39 | - |
| YUV | 139.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 64 | 0.16 | 0 | 0.59 | 0.38 | 76.6 | 0.42 | 0.44 |
| Hex | 84 | 9E | 40 | 10 | 0 | 3B | 26 | 4D | 2A | 2C |
| Octal | 204 | 236 | 100 | 20 | 0 | 73 | 46 | 115 | 52 | 54 |
| Binary | 10000100 | 10011110 | 1000000 | 10000 | 0 | 111011 | 100110 | 1001101 | 101010 | 101100 |
Color Harmonies of #849E40
Complementary color
Monochromatic Colors of #849E40
Black with #849E40
Text Example
Text Example
White with #849E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E40; }
p { color: rgb(132,158,64); }
H1.HeaderClassName
{
color: #849E40;
}
.AnyTagClassName
{
color: #849E40;
}
</style>
background-color css
<style>
a { background-color: #849E40; }
a { background-color: rgb(132,158,64); }
div.DivClassName
{
background-color: #849E40;
}
.BgClassName
{
background-color: #849E40;
}
</style>
border-color css
<style>
span { border-color: #849E40; }
span { border-color: rgb(132,158,64); }
td.TdClassName
{
border-color: #849E40;
}
.TagClassName
{
border-color: #849E40;
}
</style>