Shades of Sushi #839B32
Tints of Sushi #839B32
RGB
CMYK
RGB Variations
Color information
#839B32 (or 0x839B32) is known color: Sushi. HEX triplet: 83, 9B and 32. RGB value is (131,155,50). Sum of RGB (Red+Green+Blue) = 131+155+50=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #839B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839B32 is #7C64CD. Grayscale: #888888. Windows color (decimal): -8152270 or 3316611. OLE color: 3316611.
HSL color Cylindrical-coordinate representation of color #839B32: hue angle of 73.71º 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 #839B32 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 50 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.39 |
| HSL | 73.71º | 0.51% | 0.4% | - |
| HSV(B) | 73.71º | 0.68% | 0.61% | - |
| XYZ | 21.66 | 28.5 | 7.38 | - |
| YUV | 135.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 50 | 0.15 | 0 | 0.68 | 0.39 | 73.71 | 0.51 | 0.4 |
| Hex | 83 | 9B | 32 | F | 0 | 44 | 27 | 4A | 33 | 28 |
| Octal | 203 | 233 | 62 | 17 | 0 | 104 | 47 | 112 | 63 | 50 |
| Binary | 10000011 | 10011011 | 110010 | 1111 | 0 | 1000100 | 100111 | 1001010 | 110011 | 101000 |
Color Harmonies of #839B32
Complementary color
Monochromatic Colors of #839B32
Black with #839B32
Text Example
Text Example
White with #839B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B32; }
p { color: rgb(131,155,50); }
H1.HeaderClassName
{
color: #839B32;
}
.AnyTagClassName
{
color: #839B32;
}
</style>
background-color css
<style>
a { background-color: #839B32; }
a { background-color: rgb(131,155,50); }
div.DivClassName
{
background-color: #839B32;
}
.BgClassName
{
background-color: #839B32;
}
</style>
border-color css
<style>
span { border-color: #839B32; }
span { border-color: rgb(131,155,50); }
td.TdClassName
{
border-color: #839B32;
}
.TagClassName
{
border-color: #839B32;
}
</style>