Shades of Sushi #849D2D
Tints of Sushi #849D2D
RGB
CMYK
RGB Variations
Color information
#849D2D (or 0x849D2D) is known color: Sushi. HEX triplet: 84, 9D and 2D. RGB value is (132,157,45). Sum of RGB (Red+Green+Blue) = 132+157+45=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #849D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D2D is #7B62D2. Grayscale: #898989. Windows color (decimal): -8086227 or 2989444. OLE color: 2989444.
HSL color Cylindrical-coordinate representation of color #849D2D: hue angle of 73.39º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #849D2D is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 45 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.38 |
| HSL | 73.39º | 0.55% | 0.4% | - |
| HSV(B) | 73.39º | 0.71% | 0.62% | - |
| XYZ | 22.05 | 29.21 | 6.96 | - |
| YUV | 136.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 45 | 0.16 | 0 | 0.71 | 0.38 | 73.39 | 0.55 | 0.4 |
| Hex | 84 | 9D | 2D | 10 | 0 | 47 | 26 | 49 | 37 | 28 |
| Octal | 204 | 235 | 55 | 20 | 0 | 107 | 46 | 111 | 67 | 50 |
| Binary | 10000100 | 10011101 | 101101 | 10000 | 0 | 1000111 | 100110 | 1001001 | 110111 | 101000 |
Color Harmonies of #849D2D
Complementary color
Monochromatic Colors of #849D2D
Black with #849D2D
Text Example
Text Example
White with #849D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D2D; }
p { color: rgb(132,157,45); }
H1.HeaderClassName
{
color: #849D2D;
}
.AnyTagClassName
{
color: #849D2D;
}
</style>
background-color css
<style>
a { background-color: #849D2D; }
a { background-color: rgb(132,157,45); }
div.DivClassName
{
background-color: #849D2D;
}
.BgClassName
{
background-color: #849D2D;
}
</style>
border-color css
<style>
span { border-color: #849D2D; }
span { border-color: rgb(132,157,45); }
td.TdClassName
{
border-color: #849D2D;
}
.TagClassName
{
border-color: #849D2D;
}
</style>