Shades of Sushi #849D32
Tints of Sushi #849D32
RGB
CMYK
RGB Variations
Color information
#849D32 (or 0x849D32) is known color: Sushi. HEX triplet: 84, 9D and 32. RGB value is (132,157,50). Sum of RGB (Red+Green+Blue) = 132+157+50=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #849D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D32 is #7B62CD. Grayscale: #898989. Windows color (decimal): -8086222 or 3317124. OLE color: 3317124.
HSL color Cylindrical-coordinate representation of color #849D32: hue angle of 74.02º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #849D32 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 50 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.38 |
| HSL | 74.02º | 0.52% | 0.41% | - |
| HSV(B) | 74.02º | 0.68% | 0.62% | - |
| XYZ | 22.15 | 29.25 | 7.5 | - |
| YUV | 137.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 50 | 0.16 | 0 | 0.68 | 0.38 | 74.02 | 0.52 | 0.41 |
| Hex | 84 | 9D | 32 | 10 | 0 | 44 | 26 | 4A | 34 | 29 |
| Octal | 204 | 235 | 62 | 20 | 0 | 104 | 46 | 112 | 64 | 51 |
| Binary | 10000100 | 10011101 | 110010 | 10000 | 0 | 1000100 | 100110 | 1001010 | 110100 | 101001 |
Color Harmonies of #849D32
Complementary color
Monochromatic Colors of #849D32
Black with #849D32
Text Example
Text Example
White with #849D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D32; }
p { color: rgb(132,157,50); }
H1.HeaderClassName
{
color: #849D32;
}
.AnyTagClassName
{
color: #849D32;
}
</style>
background-color css
<style>
a { background-color: #849D32; }
a { background-color: rgb(132,157,50); }
div.DivClassName
{
background-color: #849D32;
}
.BgClassName
{
background-color: #849D32;
}
</style>
border-color css
<style>
span { border-color: #849D32; }
span { border-color: rgb(132,157,50); }
td.TdClassName
{
border-color: #849D32;
}
.TagClassName
{
border-color: #849D32;
}
</style>