Shades of Sushi #83A940
Tints of Sushi #83A940
RGB
CMYK
RGB Variations
Color information
#83A940 (or 0x83A940) is known color: Sushi. HEX triplet: 83, A9 and 40. RGB value is (131,169,64). Sum of RGB (Red+Green+Blue) = 131+169+64=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #83A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A940 is #7C56BF. Grayscale: #929292. Windows color (decimal): -8148672 or 4237699. OLE color: 4237699.
HSL color Cylindrical-coordinate representation of color #83A940: hue angle of 81.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83A940 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 169 | 64 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.34 |
| HSL | 81.71º | 0.45% | 0.46% | - |
| HSV(B) | 81.71º | 0.62% | 0.66% | - |
| XYZ | 24.47 | 33.57 | 10.04 | - |
| YUV | 145.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 169 | 64 | 0.22 | 0 | 0.62 | 0.34 | 81.71 | 0.45 | 0.46 |
| Hex | 83 | A9 | 40 | 16 | 0 | 3E | 22 | 52 | 2D | 2E |
| Octal | 203 | 251 | 100 | 26 | 0 | 76 | 42 | 122 | 55 | 56 |
| Binary | 10000011 | 10101001 | 1000000 | 10110 | 0 | 111110 | 100010 | 1010010 | 101101 | 101110 |
Color Harmonies of #83A940
Complementary color
Monochromatic Colors of #83A940
Black with #83A940
Text Example
Text Example
White with #83A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A940; }
p { color: rgb(131,169,64); }
H1.HeaderClassName
{
color: #83A940;
}
.AnyTagClassName
{
color: #83A940;
}
</style>
background-color css
<style>
a { background-color: #83A940; }
a { background-color: rgb(131,169,64); }
div.DivClassName
{
background-color: #83A940;
}
.BgClassName
{
background-color: #83A940;
}
</style>
border-color css
<style>
span { border-color: #83A940; }
span { border-color: rgb(131,169,64); }
td.TdClassName
{
border-color: #83A940;
}
.TagClassName
{
border-color: #83A940;
}
</style>