Shades of Sushi #849F3B
Tints of Sushi #849F3B
RGB
CMYK
RGB Variations
Color information
#849F3B (or 0x849F3B) is known color: Sushi. HEX triplet: 84, 9F and 3B. RGB value is (132,159,59). Sum of RGB (Red+Green+Blue) = 132+159+59=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #849F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849F3B is #7B60C4. Grayscale: #8B8B8B. Windows color (decimal): -8085701 or 3907460. OLE color: 3907460.
HSL color Cylindrical-coordinate representation of color #849F3B: hue angle of 76.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #849F3B is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 59 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.38 |
| HSL | 76.2º | 0.46% | 0.43% | - |
| HSV(B) | 76.2º | 0.63% | 0.62% | - |
| XYZ | 22.7 | 30.02 | 8.74 | - |
| YUV | 139.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 59 | 0.17 | 0 | 0.63 | 0.38 | 76.2 | 0.46 | 0.43 |
| Hex | 84 | 9F | 3B | 11 | 0 | 3F | 26 | 4C | 2E | 2B |
| Octal | 204 | 237 | 73 | 21 | 0 | 77 | 46 | 114 | 56 | 53 |
| Binary | 10000100 | 10011111 | 111011 | 10001 | 0 | 111111 | 100110 | 1001100 | 101110 | 101011 |
Color Harmonies of #849F3B
Complementary color
Monochromatic Colors of #849F3B
Black with #849F3B
Text Example
Text Example
White with #849F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F3B; }
p { color: rgb(132,159,59); }
H1.HeaderClassName
{
color: #849F3B;
}
.AnyTagClassName
{
color: #849F3B;
}
</style>
background-color css
<style>
a { background-color: #849F3B; }
a { background-color: rgb(132,159,59); }
div.DivClassName
{
background-color: #849F3B;
}
.BgClassName
{
background-color: #849F3B;
}
</style>
border-color css
<style>
span { border-color: #849F3B; }
span { border-color: rgb(132,159,59); }
td.TdClassName
{
border-color: #849F3B;
}
.TagClassName
{
border-color: #849F3B;
}
</style>