Shades of Sushi #83A138
Tints of Sushi #83A138
RGB
CMYK
RGB Variations
Color information
#83A138 (or 0x83A138) is known color: Sushi. HEX triplet: 83, A1 and 38. RGB value is (131,161,56). Sum of RGB (Red+Green+Blue) = 131+161+56=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #83A138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A138 is #7C5EC7. Grayscale: #8C8C8C. Windows color (decimal): -8150728 or 3711363. OLE color: 3711363.
HSL color Cylindrical-coordinate representation of color #83A138: hue angle of 77.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83A138 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 56 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.37 |
| HSL | 77.14º | 0.48% | 0.43% | - |
| HSV(B) | 77.14º | 0.65% | 0.63% | - |
| XYZ | 22.82 | 30.6 | 8.45 | - |
| YUV | 140.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 56 | 0.19 | 0 | 0.65 | 0.37 | 77.14 | 0.48 | 0.43 |
| Hex | 83 | A1 | 38 | 13 | 0 | 41 | 25 | 4D | 30 | 2B |
| Octal | 203 | 241 | 70 | 23 | 0 | 101 | 45 | 115 | 60 | 53 |
| Binary | 10000011 | 10100001 | 111000 | 10011 | 0 | 1000001 | 100101 | 1001101 | 110000 | 101011 |
Color Harmonies of #83A138
Complementary color
Monochromatic Colors of #83A138
Black with #83A138
Text Example
Text Example
White with #83A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A138; }
p { color: rgb(131,161,56); }
H1.HeaderClassName
{
color: #83A138;
}
.AnyTagClassName
{
color: #83A138;
}
</style>
background-color css
<style>
a { background-color: #83A138; }
a { background-color: rgb(131,161,56); }
div.DivClassName
{
background-color: #83A138;
}
.BgClassName
{
background-color: #83A138;
}
</style>
border-color css
<style>
span { border-color: #83A138; }
span { border-color: rgb(131,161,56); }
td.TdClassName
{
border-color: #83A138;
}
.TagClassName
{
border-color: #83A138;
}
</style>