Shades of Sushi #839A32
Tints of Sushi #839A32
RGB
CMYK
RGB Variations
Color information
#839A32 (or 0x839A32) is known color: Sushi. HEX triplet: 83, 9A and 32. RGB value is (131,154,50). Sum of RGB (Red+Green+Blue) = 131+154+50=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #839A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839A32 is #7C65CD. Grayscale: #878787. Windows color (decimal): -8152526 or 3316355. OLE color: 3316355.
HSL color Cylindrical-coordinate representation of color #839A32: hue angle of 73.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #839A32 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 50 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.40 |
| HSL | 73.27º | 0.51% | 0.4% | - |
| HSV(B) | 73.27º | 0.68% | 0.6% | - |
| XYZ | 21.49 | 28.17 | 7.32 | - |
| YUV | 135.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 50 | 0.15 | 0 | 0.68 | 0.40 | 73.27 | 0.51 | 0.4 |
| Hex | 83 | 9A | 32 | F | 0 | 44 | 28 | 49 | 33 | 28 |
| Octal | 203 | 232 | 62 | 17 | 0 | 104 | 50 | 111 | 63 | 50 |
| Binary | 10000011 | 10011010 | 110010 | 1111 | 0 | 1000100 | 101000 | 1001001 | 110011 | 101000 |
Color Harmonies of #839A32
Complementary color
Monochromatic Colors of #839A32
Black with #839A32
Text Example
Text Example
White with #839A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A32; }
p { color: rgb(131,154,50); }
H1.HeaderClassName
{
color: #839A32;
}
.AnyTagClassName
{
color: #839A32;
}
</style>
background-color css
<style>
a { background-color: #839A32; }
a { background-color: rgb(131,154,50); }
div.DivClassName
{
background-color: #839A32;
}
.BgClassName
{
background-color: #839A32;
}
</style>
border-color css
<style>
span { border-color: #839A32; }
span { border-color: rgb(131,154,50); }
td.TdClassName
{
border-color: #839A32;
}
.TagClassName
{
border-color: #839A32;
}
</style>