Shades of Sushi #839C38
Tints of Sushi #839C38
RGB
CMYK
RGB Variations
Color information
#839C38 (or 0x839C38) is known color: Sushi. HEX triplet: 83, 9C and 38. RGB value is (131,156,56). Sum of RGB (Red+Green+Blue) = 131+156+56=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #839C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839C38 is #7C63C7. Grayscale: #898989. Windows color (decimal): -8152008 or 3710083. OLE color: 3710083.
HSL color Cylindrical-coordinate representation of color #839C38: hue angle of 75º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #839C38 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 156 | 56 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.39 |
| HSL | 75º | 0.47% | 0.42% | - |
| HSV(B) | 75º | 0.64% | 0.61% | - |
| XYZ | 21.96 | 28.89 | 8.16 | - |
| YUV | 137.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 56 | 0.16 | 0 | 0.64 | 0.39 | 75 | 0.47 | 0.42 |
| Hex | 83 | 9C | 38 | 10 | 0 | 40 | 27 | 4B | 2F | 2A |
| Octal | 203 | 234 | 70 | 20 | 0 | 100 | 47 | 113 | 57 | 52 |
| Binary | 10000011 | 10011100 | 111000 | 10000 | 0 | 1000000 | 100111 | 1001011 | 101111 | 101010 |
Color Harmonies of #839C38
Complementary color
Monochromatic Colors of #839C38
Black with #839C38
Text Example
Text Example
White with #839C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839C38; }
p { color: rgb(131,156,56); }
H1.HeaderClassName
{
color: #839C38;
}
.AnyTagClassName
{
color: #839C38;
}
</style>
background-color css
<style>
a { background-color: #839C38; }
a { background-color: rgb(131,156,56); }
div.DivClassName
{
background-color: #839C38;
}
.BgClassName
{
background-color: #839C38;
}
</style>
border-color css
<style>
span { border-color: #839C38; }
span { border-color: rgb(131,156,56); }
td.TdClassName
{
border-color: #839C38;
}
.TagClassName
{
border-color: #839C38;
}
</style>