Shades of Sushi #83A345
Tints of Sushi #83A345
RGB
CMYK
RGB Variations
Color information
#83A345 (or 0x83A345) is known color: Sushi. HEX triplet: 83, A3 and 45. RGB value is (131,163,69). Sum of RGB (Red+Green+Blue) = 131+163+69=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #83A345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A345 is #7C5CBA. Grayscale: #8F8F8F. Windows color (decimal): -8150203 or 4563843. OLE color: 4563843.
HSL color Cylindrical-coordinate representation of color #83A345: hue angle of 80.43º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83A345 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 69 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.36 |
| HSL | 80.43º | 0.41% | 0.45% | - |
| HSV(B) | 80.43º | 0.58% | 0.64% | - |
| XYZ | 23.53 | 31.45 | 10.46 | - |
| YUV | 142.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 69 | 0.20 | 0 | 0.58 | 0.36 | 80.43 | 0.41 | 0.45 |
| Hex | 83 | A3 | 45 | 14 | 0 | 3A | 24 | 50 | 29 | 2D |
| Octal | 203 | 243 | 105 | 24 | 0 | 72 | 44 | 120 | 51 | 55 |
| Binary | 10000011 | 10100011 | 1000101 | 10100 | 0 | 111010 | 100100 | 1010000 | 101001 | 101101 |
Color Harmonies of #83A345
Complementary color
Monochromatic Colors of #83A345
Black with #83A345
Text Example
Text Example
White with #83A345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A345; }
p { color: rgb(131,163,69); }
H1.HeaderClassName
{
color: #83A345;
}
.AnyTagClassName
{
color: #83A345;
}
</style>
background-color css
<style>
a { background-color: #83A345; }
a { background-color: rgb(131,163,69); }
div.DivClassName
{
background-color: #83A345;
}
.BgClassName
{
background-color: #83A345;
}
</style>
border-color css
<style>
span { border-color: #83A345; }
span { border-color: rgb(131,163,69); }
td.TdClassName
{
border-color: #83A345;
}
.TagClassName
{
border-color: #83A345;
}
</style>