Shades of Sushi #849C32
Tints of Sushi #849C32
RGB
CMYK
RGB Variations
Color information
#849C32 (or 0x849C32) is known color: Sushi. HEX triplet: 84, 9C and 32. RGB value is (132,156,50). Sum of RGB (Red+Green+Blue) = 132+156+50=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #849C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C32 is #7B63CD. Grayscale: #898989. Windows color (decimal): -8086478 or 3316868. OLE color: 3316868.
HSL color Cylindrical-coordinate representation of color #849C32: hue angle of 73.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #849C32 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 50 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.39 |
| HSL | 73.58º | 0.51% | 0.4% | - |
| HSV(B) | 73.58º | 0.68% | 0.61% | - |
| XYZ | 21.98 | 28.91 | 7.44 | - |
| YUV | 136.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 50 | 0.15 | 0 | 0.68 | 0.39 | 73.58 | 0.51 | 0.4 |
| Hex | 84 | 9C | 32 | F | 0 | 44 | 27 | 4A | 33 | 28 |
| Octal | 204 | 234 | 62 | 17 | 0 | 104 | 47 | 112 | 63 | 50 |
| Binary | 10000100 | 10011100 | 110010 | 1111 | 0 | 1000100 | 100111 | 1001010 | 110011 | 101000 |
Color Harmonies of #849C32
Complementary color
Monochromatic Colors of #849C32
Black with #849C32
Text Example
Text Example
White with #849C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C32; }
p { color: rgb(132,156,50); }
H1.HeaderClassName
{
color: #849C32;
}
.AnyTagClassName
{
color: #849C32;
}
</style>
background-color css
<style>
a { background-color: #849C32; }
a { background-color: rgb(132,156,50); }
div.DivClassName
{
background-color: #849C32;
}
.BgClassName
{
background-color: #849C32;
}
</style>
border-color css
<style>
span { border-color: #849C32; }
span { border-color: rgb(132,156,50); }
td.TdClassName
{
border-color: #849C32;
}
.TagClassName
{
border-color: #849C32;
}
</style>