Shades of Sushi #849D33
Tints of Sushi #849D33
RGB
CMYK
RGB Variations
Color information
#849D33 (or 0x849D33) is known color: Sushi. HEX triplet: 84, 9D and 33. RGB value is (132,157,51). Sum of RGB (Red+Green+Blue) = 132+157+51=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #849D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D33 is #7B62CC. Grayscale: #898989. Windows color (decimal): -8086221 or 3382660. OLE color: 3382660.
HSL color Cylindrical-coordinate representation of color #849D33: hue angle of 74.15º degrees, saturation: 0.51, 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 #849D33 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 51 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.38 |
| HSL | 74.15º | 0.51% | 0.41% | - |
| HSV(B) | 74.15º | 0.68% | 0.62% | - |
| XYZ | 22.17 | 29.26 | 7.61 | - |
| YUV | 137.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 51 | 0.16 | 0 | 0.68 | 0.38 | 74.15 | 0.51 | 0.41 |
| Hex | 84 | 9D | 33 | 10 | 0 | 44 | 26 | 4A | 33 | 29 |
| Octal | 204 | 235 | 63 | 20 | 0 | 104 | 46 | 112 | 63 | 51 |
| Binary | 10000100 | 10011101 | 110011 | 10000 | 0 | 1000100 | 100110 | 1001010 | 110011 | 101001 |
Color Harmonies of #849D33
Complementary color
Monochromatic Colors of #849D33
Black with #849D33
Text Example
Text Example
White with #849D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D33; }
p { color: rgb(132,157,51); }
H1.HeaderClassName
{
color: #849D33;
}
.AnyTagClassName
{
color: #849D33;
}
</style>
background-color css
<style>
a { background-color: #849D33; }
a { background-color: rgb(132,157,51); }
div.DivClassName
{
background-color: #849D33;
}
.BgClassName
{
background-color: #849D33;
}
</style>
border-color css
<style>
span { border-color: #849D33; }
span { border-color: rgb(132,157,51); }
td.TdClassName
{
border-color: #849D33;
}
.TagClassName
{
border-color: #849D33;
}
</style>